Tagged: table
Hi,
How can I add a horizontal scroll bar to a table? It is added on mobile view, but not when the screen is wider.
Here is such a page: http://www.myoptionsjournal.com/2015/08/17/znz5-short-strangle/
Thanks!
Tom
Hey halasyt!
Please add the below css into your custom css section:
.tbody {
overflow: auto !important;
}
Cheers!
Dake
Hi, added it, but this didn’t seem to work for me, there’s no scroll bar still:
http://www.myoptionsjournal.com/2015/08/17/znz5-short-strangle/
Hi!
Please add the .main_color class before tbody in your css section:
.main_color tbody {
overflow: auto !important;
}
If you are still experiencing the issue, please provide us with temporary access to your website so we can take a closer look.
Cheers!
Dake
Still doesn’t work, so here is a temp admin account:
Hey!
I added the below css and the scroll bar is now displaying:
table {
display: block !important;
overflow-x: auto !important;
}
Regards,
Dake
Great, thanks a lot for your help!
Tom
Hey!
You’re welcome, glad I could help :)
Please let us know if you ever need any help in the future.
Best regards,
Dake