Home › Forums › Support › Slidout-navigation width This topic has 3 replies, 2 voices, and was last updated 1 year, 2 months ago by Fernando. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts July 7, 2022 at 11:42 pm #2276801 Jenny 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 July 7, 2022 at 11:57 pm #2276811 Fernando Customer Support 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! July 8, 2022 at 12:50 am #2276863 Jenny Perfect – now just one last task it “swipes” after open the submenu – how can I fix that? 😀 https://www.dropbox.com/s/ywpumjp5250jwal/RPReplay_Final1657266430.MP4?dl=0 July 8, 2022 at 1:31 am #2276890 Fernando Customer Support 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. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In