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
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
Actually at closer inspection it appears to have broken the width on the pages, not sure how to fix that
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
Hello Tobias,
No problem, I appreciate the help.
Thanks,
Patrick
Hi,
sure, always happy to help 🙂
Best wishes,
Tobias