Tagged: tables
Hello,
I’m having trouble with a table that I have placed in the tabs feature. The right side of the table is being cut off when viewed on an iphone. I understand that it is scrollable from left to right, but my client is not happy with the table being slightly cut off.
Here’s a link to view the page
http://accoladetechnology.com/portfolio-item/anic-200k/#tab-id-3
What can I do to get the entire table to fit within portrait mode?
Thanks!
Hi nvictory!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.responsive .tabcontainer .tab_content {
padding: 15px 5px; }
div.flex_column.av_three_fourth.avia-builder-el-5.el_after_av_one_fourth.avia-builder-el-last { border-left-style: none; padding-left: 0; }
}
Regards,
Yigit
That did the trick! Thank you so much!