Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #505348

    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!

    • This topic was modified 9 years, 2 months ago by fevenblij.
    #505405

    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

    #505419

    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

    #505434

    Hi!

    You are going to need to use this extension – https://tablepress.org/extensions/responsive-tables/ to make your TablePress tables responsive

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.