Hello, I am using a wix website on a touch screen directory and would like the ability to scroll without seeing the hideous scroll bars. Is it possible to remove them with a code of sorts? I can’t move things within the guides as some would suggest because it will become far to small for the intended use. There HAS to be a way to remove these bars. Any and all help would be greatly appreciated.
-Marcus
You can do it within an html iframe by using css as shown here .
However, apart from that your only option is to make everything fit onto the page, so as not having the need to have the scroll bars added to the text or table or whatever you are needing to be shown.
You can always remove certain items in any lists when being viewed on mobiles or spread them over certain pages instead:
https://support.wix.com/en/article/showing-or-hiding-fields-in-your-list-on-your-mobile-site
https://support.wix.com/en/article/dividing-your-list-over-multiple-pages-on-your-mobile-site
Doing it in an iframe won’t effect the whole site though, correct?