• Resolved lahormig

    (@lahormig)


    Hi Tobias, thank you so much for your plugin. I had been using WP Tables but unfortunately it is not supported anymore, so I decided to use Table Press and I’m gladly satisfied ??

    What happens is that I fixed the first column with the extension and it overlaps over the other ones.
    I first tried to put there another background color in order not to see what there is below but it didn’t work (actually, I don’t know why the CSS coding doesn’t work in my page), and then I looked at this forum and I found this code that does not seem to work either:

    .entry-content .tablepress {
    table-layout: auto;
    }

    Do you have any idea how to solve it? This is the website:

    https://lahormigacapitalista.com/table-test/

    Thank you so much!

    Best regards,

    Guillem

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Here, we’ll just have to add a background color to the table cells. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress td,
    .tablepress th {
        background-color: #ffffff;
    }

    Regards,
    Tobias

    Thread Starter lahormig

    (@lahormig)

    You’ve made my day! ??

    Thanks for your help and the pluguin. You’re the best! I’ve already written a review and later in the day I’ll send you a donation!

    Best regards,

    Guillem

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!
    And thanks for wanting to donate, I really appreciate it!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Column Fixed Overlap’ is closed to new replies.