Header inline navigation content scrolling bar mobile

Hi! I am having an issue with a header. I have selected Content scrolling for my header bar, but I dont wish to see an actual scroll bar when navigating on my phone.
I is possible to remove? or is it there because I have some setting messed up.

I have also tried not to set the bar to a fixed height, but when I set the bar to auto hight, the scrolling content option disappears in the menu.

Currently using:
Pro 4.07
Wordpress 5.6

Thanks you!

Hello @ke_ev14,

Thanks for writing to us.

The menus bar is displaying scroll bar in the mobile because you are using Navigation Inline for the mobile version menu as well since the menu items are available more than the mobile screen space just because it is displaying scroll bar.

It is recommended to hide the Navigation Inline element for the small screens and use Navigation Dropdown element for the small device and hide it in a larger screen.

Please have a look at our doc to learn more about how to hide the element in different breakpoints and how to use Navigation Dropdown element.


Thanks

Hello. Thanks for taking your time to answer, but it didnt help me.
I want to have a scrolling menu inline for mobile, but I dont want to have a scroll bar, does it need to be there? If yes, can I make the bar smaller?

Look at this site: aftonbladet.se on mobile, the have a tiny scroll bar, would that be something I can achieve?

Hey @ke_ev14,

Regretfully, there’s no option to remove the scrollbar. I can show you a custom CSS that can potentially hide it but please note that providing custom CSS is beyond the scope of our product support. This only will serve as a guide for you to get started extending our builder.

Add the following code in Theme Options > CSS. If the code will not work on your end, please consult with a developer.

.ps__thumb-x {
    height: 0px;
}

Hope that helps and thank you for understanding.

Fantastic! It worked.
Thank you very much

Hi @ke_ev14,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.