Home Forums WoodMart support forum in sticky header the menu goes to centre Reply To: in sticky header the menu goes to centre

#23413

Artem Temos
Keymaster

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

div.sticky-header .main-nav .menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

Be sure that you change sidebar size in Blog and Shop pages settings.