Site logo

Archived topic

mimic main menu to sticky menu

1 reply · Started by Tim on February 10, 2023

Viewing posts 1–2 of 2

Hello,

Our menus change ever so slighty when it goes to the sticky. You can see that the sticky removes all padding..can you help me change this so that it stays all the same dimensions and everythign when it goes to sticky?

Hi there,

you can try this CSS:

.main-navigation.is_stuck .inside-navigation {
    padding: 5px 40px;
}
.main-navigation.is_stuck .navigation-branding img {
    width: 180px;
    height: auto !important;
}
This archived topic is closed to new replies.