colorrush Posted October 9, 2012 Share Posted October 9, 2012 Hi, When I add a header logo that has a height of more than the header is, it overlaps and covers the topbar, etc. - http://i.imgur.com/rht3o.jpg How can I edit the header height so that a logo with a large height fits?? Thanks in advance Link to comment Share on other sites More sharing options...
vekia Posted October 9, 2012 Share Posted October 9, 2012 (edited) you must change some parameters in global.css file you must change the height of header block as i show below: #header_logo { float:left; display:block; margin-top:30px; height: 200px; } you must add height parameter with your new image height value Edited October 9, 2012 by vekia (see edit history) Link to comment Share on other sites More sharing options...
colorrush Posted October 24, 2012 Author Share Posted October 24, 2012 you must change some parameters in global.css file you must change the height of header block as i show below: #header_logo { float:left; display:block; margin-top:30px; height: 200px; } you must add height parameter with your new image height value I tried this, but it didn't work? Are you sure it is the global.css file I need to edit? Link to comment Share on other sites More sharing options...
darkin Posted October 25, 2012 Share Posted October 25, 2012 #header_logo { float: left; width: 264px; height: 130px; margin-bottom: 0.5em; display: block } img.logo { float: left; width: 191px; height: 117px; margin-top: 0.5em; margin-bottom: 0.5em; font-size: 2em; font-weight: bold } mine looks like that, so you modify values according to your image. after that clear cache Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now