For some reason, I am getting a scroll bar at the bottom of my tabs on first page load. But if I click in the tabs, it goes away. What code do I need to make it invisible from the beginning? Thanks!
It’s showing here: http://www.seatosummitworkshops.com/shop/photography-workshops/california-coast-photography-workshop/
Screencap: https://www.seatosummitworkshops.com/wordpress/wp-content/uploads/2015/03/scrollbar.jpg
Hey Jim!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.js_active .active_tab_content {
overflow-x: hidden;
}
Best regards,
Yigit
Hi Yigit!
I’m having the same issue but my scroll bar is vertical instead of horizontal, I tried your code and I also tried
.js_active .active_tab_content {
overflow-y: hidden;
}
and
.js_active .active_tab_content {
overflow: hidden;
}
then I added #top in front of both and still nothing.
Any other solutions?
Thanks!
UPDATE:
I kept looking through the forum and found this thread: https://kriesi.at/support/topic/scroll-bars-on-tab-pages/
That solution did the trick for me! :)
Thanks!