Archived topic
sticky menu full width
5 replies · Started by Niklas on March 2, 2021
Hello!
I can not get the sticky menu to follow the full width of the regular menu.
I looked through all code on the forum and tested but it does not work.
Is this a bug that can be fixed?
bg Niklas
Hi there,
go to Customizer > Layout > Primary Navigation and temporarily change its location to below header then set the Navigation Width and Inner Navigation Width to Full Width. Then change the location back.
The Sticky Nav should now be full width.
Hello!
Thanks for quick response.
Now the sticky menu is full width.
But it loses the padding set in Header.
Is there a way for the sticky menu to have the same padding as Primary navigation?
Best regards
Niklas
Try this CSS:
@media(min-width: 769px) {
#sticky-navigation {
padding-left: 40px;
padding-right: 40px;
}
}
That works beautifully!!
Thanks a lot!!!
best regards
Niklas Edelström
Glad to be of help.