width of the sticky menu + Stickey menu centered
1. How can I adjust the width of the Stickey menu to be as wide as the normal menu?
2. Where can I find the setting to display the Stickey menu in the middle.
It's about: https://party-photobooth.de/
Greetings Daniel
Comments
the main menu on https://wedding-dream-pictures.de has left and right a free area so that the golden background is visible.
Scrolling down the page will bring up the Stickey menu.
Question:
how can I assign the stickey menu the same width as the main menu so
that here too the golden background is visible left and right.
Greetings Daniel
#Top_bar:not(.is-sticky){
Thanks.max-width:100% !important;
margin:0 auto !important;
text-align:center !important;
position:absolute !important;
}
#Top_bar.is-sticky{
max-width:100% !important;
}
@media (max-width:767px){
#Top_bar.is-sticky{
max-width:96% !important;
}
}