Site logo

Archived topic

Vertical Align Navigation Logo

3 replies · Started by David on September 8, 2018

Viewing posts 1–4 of 4

My menu height item is set to 70px. I want my logo image to be 40px. But my original image size is 120px (for retina devices). Thereforce, my navigation logo is taking up the whole height of 70px.

I tried adding a max-height CSS of 40px, but then the logo is anchored to the top of the navigation bar and not centered vertically.

Hi there,

Give this CSS a try:

.navigation-logo {
    margin-top: 15px;
}

Let me know :)

Thanks, that worked perfectly!

You're welcome :)

This archived topic is closed to new replies.