Reply To: Logo image in the nav-bar?

Homepage Community Forums Epik Theme Support Logo image in the nav-bar? Reply To: Logo image in the nav-bar?

#4306
Wes
Moderator

    Yes you can adjust this – “#header .widget-area” which is around line 697 in your css file.  You could add “float: left;” if you wanted, or you can use other methods to move it over as well.

    `#header .widget-area {
    float: left;
    overflow: hidden;
    width: 60%;
    }`