• Resolved geeby

    (@geeby)


    Hi Tobias,
    Having a few issues with the theme not letting my table go full width.

    Have checked your previous support and tried:
    .entry .tablepress-id-2 {
    width: auto;
    margin: 0 auto 1em;
    }

    Also tried the #content post.

    I would like the table to match as far as the content above it
    http://mmaformguide.com/bisping/

    My issue is the content on column 5 and 6 is split over 2 lines unecessarily

    Any help would be greatly appreciated!

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    You are suffering from a problem with the Horizontal Scrolling checkbox here. To fix that, please try this “Custom CSS”:

    .tablepress-id-2 {
      width: 100% !important;
    }

    Regards,
    Tobias

    Thread Starter geeby

    (@geeby)

    Perfect! Thanks so much.

    Your support is fantastic, used many you’ve answered for other people to keep me going.
    Worth the 5 stars for sure.

    Thanks again!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

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

The topic ‘Table Width’ is closed to new replies.