Logo image overlaps top bar

Latest Reply from Alice at 2014-01-30 03:29:24 Solution
Website: http://bionicmarinecommand.com/
Theme: Alium

I'm using a custom logo in the header for the title, but the logo overlaps the secondary menu bar. I've tried to resize the logo, but no matter what size I make it, it will still align to the bottom of the menu bar and overlap.

Any help with fixing this would be much appreciated.
Hi!
As I can see nothing overlaps your menu bar now. Did you fix this?
No, on my computer it still shows the logo overlapping. I opened the website in Firefox, Chrome, and IE to see if that had anything to do with it, but the problem was still there on each. Not sure if maybe my computer has something to do with it, but I've attached a couple of pictures of what I'm seeing just in case.

http://i1330.photobucket.com/albums/w570/cambrown0490/Capture_zps5c263be0.png

http://i1330.photobucket.com/albums/w570/cambrown0490/Capture2_zps7b2c5c44.png
Hi!
To fix this you have to change the code in the file style.css. Please, replace the code:
#logo {
float:left;
margin-top: 40px;
}

with:
#logo {
float:left;
margin-top: 42px;
}

Leave a reply

Add codeAdd image