Shape 5

Wordpress Club Themes => Maxed Mag - Club => : bcarlson September 18, 2012, 01:20:12 PM



: Logo
: bcarlson September 18, 2012, 01:20:12 PM
Why does my logo drop down into the menu rather than stay in the actual logo area?

www.brycecarlsonblog.com


: Re: Logo
: Tristan Rineer September 18, 2012, 01:58:12 PM
Try adding this to the end of style.css:
:
#s5_logo_module {
    height:110px;
}

Your logo image is larger than the header size and overflows.  That line of CSS should increase the header height to allow it to fit.