Site logo

Archived topic

Best way to have sticky/fixed header

7 replies · Started by Fabien on March 27, 2019

Viewing posts 1–8 of 8

Hi,

What is the best way to have my header behaving as a sticky / fixed header ?

Thanks

Thanks, works like a charm. However, my logo is now super big, how can I fix the width ?

Fabien

It is too big for me, I'd like to make is smaller...

The logo size is based upon the Menu Item height in the Customizer > Layout > Primary Navigation or Sticky Navigation.

If you don't want to reduce that height then you can increase the padding around the image with CSS:

.main-navigation .navigation-logo img {
    padding: 15px;
}

Thanks David !

Glad to be of help

This archived topic is closed to new replies.