Site logo

Archived topic

Image in Menu Causing Extra Height to Be Added, Can't Figure Out Why

5 replies · Started by Brian on April 1, 2017

Viewing posts 1–6 of 6

I added a menu image and now there is 25px in extra height being added and I can't figure out why or where.
http://capitalaquarium.com/

Thank you, With it as a navigation logo it does not add the extra space, but then the navigation logo floats all the way to the right, still not next to the menu. Is there any way to get the navigation logo against the menu, not against one side of the screen or the other?

Using the image as a menu item, you can use this CSS to make them align properly:

.main-navigation li {
    position: relative;
    vertical-align: middle;
}

THANK YOU!

You're welcome :)

This archived topic is closed to new replies.