Reply To: Logo and Menu on the same space on top

Homepage Community Forums Epik Theme Support Logo and Menu on the same space on top Reply To: Logo and Menu on the same space on top

#7059
Eric
Customer

    For the height, look in your css for this (line 1954)

    .header-image .site-title a {
        float: left;
        min-height: 164px;
        width: 100%;
    }

    You can either remove or adjust that, and that will fix the height.

    For the logo itself, you could either recreate it in photoshop and add some space on top and/or bottom so it will align in the middle vertically….or you could add some padding to the .head-wrap in your css and that will push that entire section down. Either way will work.

    When it comes to Genesis and uploading logos it’s different for each persons site since it depends on the size and position of the logo, and the menu size on the right.

    For the menu, if you resize your browser to the full width of the theme (1140px) then it floats to the right, but if you resize it a little bit it does float to the left, and you could change that in your first responsive section in your css. Look for this –

    .content,
    .site-header .widget-area {
    	width: 620px;
    }

    Then change that code to this –

    .content {
    	width: 620px;
    }
    	
    .site-header .widget-area {
    	/*width: 620px;*/
    }

    That removes the width


    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com