Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    When I check the page from your link, the icons are centered for me? Did you already find a cause and solution for this?

    Regards,
    Tobias

    Thread Starter chissco

    (@chissco)

    hello. thanks for answering. I have found a partial solution, in column 3 but in column 9, I want the icons horizontally and I can’t get them to appear next to each other even changing the column sizes.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    for that, please change the “Custom CSS” block

    .tablepress-id-1 img {
        margin: auto;
    }

    to

    .tablepress-id-1 img {
        margin: auto;
        display: inline;
    }

    Regards,
    Tobias

    Thread Starter chissco

    (@chissco)

    Thanks a lot

    you are a crack

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

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

The topic ‘[NSFW] failed in rows after update’ is closed to new replies.