• Resolved pcadegan

    (@pcadegan)


    Hello,

    I can’t appear to fix this, I installed the extension, also tried the responsive=scroll shortcode, neither seem to work. Any help is appreciated.

    It is breaking on mobile causing thing to not line up properly, i removed the tables on the page and it was functioning properly, so I am fairly certain this is an issue with the table.

    Thanks,
    Patrick

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

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    From what I can see, the cause for this is your theme, which seems to be using a non-standard approach of making the page responsive.
    To work around this, you could add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .ct-div-block,
    .ct-text-block,
    .ct-span {
        max-width: 100% !important;
    }

    I don’t know if this could have other side effects though, so you really need to test other website elements after adding this.

    Regards,
    Tobias

    Thread Starter pcadegan

    (@pcadegan)

    Hello Tobias,

    That appears to have fixed the issue, really appreciate the quick response. I am using Oxygen so technically there is no theme, i am also doing the responsive design myself (first time I am doing it) so maybe I have something in there that is causing the issue, most of the site appears to be responsive so far with how I am doing it though. I have a lot of Max-widths set.

    Thanks again,
    Patrick

    Thread Starter pcadegan

    (@pcadegan)

    Actually at closer inspection it appears to have broken the width on the pages, not sure how to fix that

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    unfortunately, I’m out of ideas here then. The structure of your generated HTML code seems to be quite complex, with many <div>s as wrappers. The CSS that is applied to those plays a significant role here.

    Regards,
    Tobias

    Thread Starter pcadegan

    (@pcadegan)

    Hello Tobias,

    No problem, I appreciate the help.

    Thanks,
    Patrick

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    sure, always happy to help 🙂

    Best wishes,
    Tobias

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

The topic ‘Tables none responsive’ is closed to new replies.