• Resolved hugh123

    (@hugh123)


    Hi,

    thank you for your plugin. I’ve looked through FAQ and a lot of threads and tried the fixes.

    After a recent Update of PHP and plugins, my table images are too large.

    I’ve entered the following CSS Custom Code, but it doesn’t fix the issue. I had Autooptimize plugin previously but I cleared cache and disabled it. No other Caching plugins.

    .tablepress-id-3 .column-1 {
    width: 125px;
    }

    Please could you suggest a fix? Thank you 🙂

    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 post and sorry for the trouble!

    There is indeed some CSS code in the page (I’m not sure where it’s coming from) that is influencing the widths here. Now, the CSS code that you have posted should actually work to get around that — however, I’m not seeing that code anywhere in the page? Can you please try adding this to the “Custom CSS” text area on the “Plugin Options” screen of TablePress again?

    Best wishes,
    Tobias

    Thread Starter hugh123

    (@hugh123)

    Hi Tobias,

    funnily I tried for the 4th time (adding it into Plugin Options) and it fixed my issue. It works on Desktop and Mobile. I wonder how it will display on other sizes (e.g. Tablets?)

    I know it’s recommended to name the table in the CSS code, but I went with simply ‘.tablpress’ to effect all tables (I only have them on 1 page), and that forced the image width to render correctly.

    .tablepress .column-1 {
    	width: 250px;
    }

    Thanks so much for your support.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Tablepress Image too Large’ is closed to new replies.