• Resolved rdonnelly

    (@rdonnelly)


    Hi Tobias,

    I am having problems with the spacing between the cells in my table. It is meant to be a 4 x 4 table but only 2 columns can be seen at a time.

    I have linked to the page I am working on. Any suggestions to fix the problem would be appreciated.

    Thanks
    Ron

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The cause for this is the size of some of the images in the table. Due to this, the table is stretching to the right. To adjust this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

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

    Regards,
    Tobias

    Thread Starter rdonnelly

    (@rdonnelly)

    Hi Tobias,

    Wow that fixed the problem. It looks just like I want it to. The fix was so fast and easy.

    Thanks a ton for your help.

    Ron

    Plugin Author TobiasBg

    (@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 here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘changing spacing between cells’ is closed to new replies.