Archived topic
Slidout-navigation width
3 replies · Started by Jenny on July 7, 2022
Hello togehter,
can you help me to set the slideout-navigation widther?
There is not enough space for my navigation-Points
And my navigation-points are "disappearing" at the right side.
Do you know there a solution for it? 🌻
https://bilderupload.org/bild/b47662366-img-32f74b188d79-1
thanks a lot,
Jenny
Hi Jenny,
Here’s a CSS you may try adding through Appearance > Customize > Additional CSS:
@media (max-width: 768px) {
nav#generate-slideout-menu.is-open {
width: 100%;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
nav#generate-slideout-menu.is-open {
width: 500px;
}
}
You may modify the values to your preference.
The first media query is for mobile, and the other is for tablet.
Hope this helps!
Perfect - now just one last task
it "swipes" after open the submenu - how can I fix that? :D
https://www.dropbox.com/s/ywpumjp5250jwal/RPReplay_Final1657266430.MP4?dl=0
I can’t seem to replicate the issue. Can you try clearing all caching mechanisms set in your website?
Kindly let us know how it goes.