• Resolved rickyleepotts

    (@rickyleepotts)


    I have started building a page on my website using TablePress and it looks GREAT online. However, it looks terrible on mobile. Doesn’t appear the photos are responsive. Take a look… It’s bad!

    What can be done to fix this, please? Thank you in advance.

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    To make these images resize, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-1 img {
        max-width: 100%;
        min-width: 80px;
    }

    Regards,
    Tobias

    Thread Starter rickyleepotts

    (@rickyleepotts)

    Thanks for the quick response. When I do that, now they are small on the website:

    https://rickyleepotts.com/the-wednesday-match-play-podcast

    Thoughts?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    I can’t reproduce that. For me, they have the normal size on a desktop computer, but shrink on a mobile screen.
    What browser are you using?

    What would you ideally like the images to do, to make them responsive?

    Regards,
    Tobias

    Thread Starter rickyleepotts

    (@rickyleepotts)

    I am using Chrome. Tested on another machine using Safari. Same thing… Yes, for the images to be responsive. This page just looks hideous on mobile. Hoping there is an easy fix here.

    Thank you for your efforts on this!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    ok, let’s try a slightly different one:

    .tablepress-id-1 img {
        max-width: 100%;
    }
    .tablepress-id-1 .column-1 {
      width: 25%;
    }
    

    Regards,
    Tobias

    Thread Starter rickyleepotts

    (@rickyleepotts)

    That seems to have fixed it!!! Wow, thank you. VERY impressed by your level of attention to this, sir.

    Now, be honest… How does the page look to you?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

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

    That layout for the episodes looks really good to me!

    Best wishes,
    Tobias

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘TablePress Photo Issues’ is closed to new replies.