Site logo

Archived topic

sticky header with just logo

3 replies · Started by Anil on August 3, 2018

Viewing posts 1–4 of 4

Please advise to make site header sticky/fixed on top.

I am using only logo in header at https://fitnessozone.com/

Regards.

P.S. Please add an option to make header sticky in customizer in next update :-)

Hi Leo,

I did the way you suggested at one of my site here atOrganon

and using following css to hide menu button in small screen: (is this correct???)

@media (max-width: 768px){
.menu-logo .main-navigation:not(.mobile-header-navigation) .menu-toggle, .sticky-menu-logo .navigation-stick:not(.mobile-header-navigation) .menu-toggle {
    display: none;
}
}

Yup that looks good to me :)

This archived topic is closed to new replies.