• Resolved ma3ry

    (@ma3ry)


    Hi Tobias,

    I have a table at https://hydroponicsoils.com/test/

    The bottom rows (8 and 9) have six columns.
    Columns 1, 3, 5 are images
    Columns 2, 4, 6 are text

    I need the text to be moved to the left in each case so that there is very little space between the image and its text.

    Right now, the text in column 2 could belong to image in column 1 or 3.

    I have tried making maximum widths, but it doesn’t help.
    I have tried making padding and margins 0 but that isn’t helping either.

    Can you please give me some direction to remove the blank space between the image and its accompanying text.

    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter ma3ry

    (@ma3ry)

    I have now moved this to the live site at https://hydroponicsoils.com/ and have removed as much space between images and text using

    .tablepress .column-1 {
    padding-right: 0 !important;
    }

    .tablepress .column-2 {
    padding-left: 0 !important;
    }

    but it’s not enough. It won’t accept minus values. Just not sure how to get rid of that bit of space. Would really appreciate it. Many thanks!

    Thread Starter ma3ry

    (@ma3ry)

    I was able to accomplish what I wanted for U.S. dealers with a combination of the above and forcing widths of the second, fourth and sixth columns. I’m sure it’s not the right way but it’s working.

    Now I need to know the right way, so that I can remove the spacing for the table above (Canadian dealers)

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    After having a quick look, this looks like a solid solution, even though it’s a bit messy. Maybe you could look into a solution with just three columns, i.e. something where the text and image that belong to each other are in the same cell?

    Regards,
    Tobias

    Thread Starter ma3ry

    (@ma3ry)

    Well I’m good now with the US distribution. I just need to deal with the Canadian distribution now. I will try it with two columns instead of three. Thank you Tobias!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem! I hope that you can find a good solution for that as well!

    Regards,
    Tobias

    Thread Starter ma3ry

    (@ma3ry)

    Just thought I’d let you know, the two columns was the perfect solution! Thank you so much!!!!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can’t Figure Out Cell Padding’ is closed to new replies.