Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi
im using tower theme, in mobile view it look nicem but somehow it could scroll from right to left in mobile view.
if i compare with your demo https://codeless.co/tower/creative/ it doesnt scroll (only the slider)
but in my case the whole page are scrollable from right to left.
is there any way to turn this feature off?
fyi, my website is https://prestige-wear.com/
thanks
Hello,
This is not exactly a feature of theme. This happens when there is some element in the page that is wider than the mobile width. Making the page scroll horizontally in order for that element to be viewed completely. The online demo doe snot have such element and that is why is not scrollable. To avoid this we need to find that element and assign a new width to it.
I see you have two blog elements in your home page. In mobile you can scroll it’s elements from left to right.
I added this code:
.owl-carousel .owl-wrapper {max-width: 320px !important;}
.owl-carousel .owl-item { float: none;}
Into the mobile block of css in your custom css box. The blog items are displaying one after another now. Let us know..
Best regards!
You must be logged in to reply to this topic.