8THEME8
8THEME
May 11

Slider menu for mobile

Hello, it would be great if we can add slider menu for mobile like in this tutorial (https://youtu.be/aqiC7tt-RGI?t=38)
ReviewingReviewing

May 11, 2026

Hello @maia It is possible to do even now but with adding some custom css 1/ You should add header widget in mobile header (http://prntscr.com/2015574) 2/ Select widget area 3/ On backend add menu widget to that widget area you selected in customizer (http://prntscr.com/20155r7) 4/ Add custom css to Theme Options -> Theme Custom CSS -> Global CSS (http://prntscr.com/20154vh) /* makes alignment center */ .mobile-header-wrapper .header-widget1 ul.menu { display: flex; align-items: center; } /* makes scroll if needed */ .mobile-header-wrapper .header-widget1 { overflow-y: hidden; } /* makes all words inlined with prevent breaking */ .mobile-header-wrapper .header-widget1 ul.menu > li > a { white-space: nowrap; } Regards, Jack Richardson

May 11, 2026

Hello Jack, thank you for answer. is it possible assign for this dropdown mega menu? also how i can hide this slider line below?

May 11, 2026

Hello @Maia 1/ Don't understand your question 2/ .mobile-header-wrapper .header-widget1::-webkit-scrollbar {display: none;} As you know this area for future requests only so please, submit a topic on our forum and provide access for your site in private content -> https://www.8theme.com/forums/xstore-wordpress-support-forum… Regards, Jack Richardson

May 11, 2026

hi, i mean is it possible to add dropdown menu like this for that

May 11, 2026

Hello @maia, If you want to scroll then dropdown for such things will be hidden due to overflow property by css. It is better to submit a topic on forum and maybe there someone will find a solution for you, because this area is not for such deals. Thanks for understanding.