Horizontal scroll bug in mobile
This support request was posted in Smart by atamizio
- atamizio August 18, 2017 at 4:37 am
Hi,
There is a horizontal scroll particularly in my services page when viewing in mobile. At first I thought it was the top bar causing it. But turned out it was not the case. And for your information, I have made the navigation to display in the side only for this page. Apart from that nothing special has been changed. Please help me out.
Thanks in advance.
Ali
Juanfra Aldasoro August 18, 2017 at 9:52 amHi Ali,
Thanks for writing.
I see, so it’s only happening when you use the side navigation, right?
We’ll be taking a look at it and check what could be the reason.
Thanks,
Juan.Andrés Villarreal August 19, 2017 at 2:35 amHi Ali,
We have been working on this issue, and we’re adding a fix for it in the next version of the theme. In the meantime, you can use the following CSS:
@media only all and (max-width: 1023px) { #wrapper { overflow-x: hidden; overflow-y: initial; } }
You can add that code in Appearance > Customize > Additional CSS.
Please let us know if this works for you.
Best,
Andrés.
atamizio September 3, 2017 at 3:49 pmHi,
Sorry for the late reply.
It works.
Thanks a lot. I’m enjoying the theme and support as well. : )
Andrés Villarreal September 4, 2017 at 3:43 pmHi Ali,
Thanks a lot for the kind words 🙂
We’re glad it worked.
Have a nice day,
Andrés.
This topic is marked as resolved
Only the topic author can re-open this thread.