Site logo

Archived topic

Sticky menu style settings

3 replies · Started by bigbangfood on January 27, 2022

Viewing posts 1–4 of 4

Good morning.

I would like to know if I can make that when the menu stays the content is not justified, but occupies a normal full width position.

The first position if I am interested, logo on top and menu centered below, but when I scroll I keep that position, in the sticky menu I need to correct the styles. :(

I attach a screenshot where I explain it in a more understandable way.

Hi there,

try adding this CSS:

nav#sticky-navigation .inside-navigation {
    justify-content: space-between;
}

Thank you very much. Yes it worked.

Glad to be of help

This archived topic is closed to new replies.