Hi!
I imported a quite wide table in a post (7 columns), but noticed the side bar overlays the table; the table is only partly visible and it’s even worse at a small device like a smartphone. How can we solve this?
Waiting for your reply,
Yvette
ps. I don’t have any programming background!
Hey fevenblij!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.archive .blog-meta, .archive .post_author_timeline {
display: none;
}
table#tablepress-2 {
border-right: 1px solid grey;
border-bottom: 1px solid grey;
}
Best regards,
Yigit
Thanks for the quick reply Yigit,
and YEAH, I did it! I made the change, looks good at my mac, but not at my I-phone; even when I hold the I-phone in landscape position, the table is still not entirely visible. Any ideas?
Thanks,
Yvette
Hi!
You are going to need to use this extension – https://tablepress.org/extensions/responsive-tables/ to make your TablePress tables responsive
Regards,
Yigit