• Resolved sheritaber

    (@sheritaber)


    Hi Tobias,

    I have a table inside of a Tab. I can’t get the width of the table to rest inside of the boundaries of the tab content space.

    I’ve used “no width description, “auto,” 100% and 90%. Even after hard refresh, I can’t get it to change.

    The table below the tabs is basically coded the same as the one above it and it is the width of the tab space above it.

    The one difference is that the table inside the tab environment has three columns, each were set for 33%.

    Thank you for your help.
    https://www.leadersinactioninc.com/join-us/

    Sheri

    https://www.ads-software.com/extend/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your question.

    The reason for this are the images in the table. They force the table to a have larger width. To fix this, please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-23 img,
    .tablepress-id-24 img {
      max-width: 100%;
    }

    Regards,
    Tobias

    Thread Starter sheritaber

    (@sheritaber)

    Oh my goodness. I can’t believe I didn’t think of that. You are so good! I love your work and I am so very impressed with the extremely high level of customer service you provide. Thank you for all you do.

    I’ve sent you a very small token of my appreciation.

    Thank you,
    Sheri

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Sheri,

    thank you for the very kind words, and of course for the donation! I really appreciate it!
    Always happy when I can help ??

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Table Width’ is closed to new replies.