Hi,
thanks for your post, and sorry for the trouble.
The problem here basically is that the sum of the widths of the images is too wide for small screens. The most common solution here would be to make those images smaller on small screens. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.tablepress img {
max-width: 100%;
}
Regards,
Tobias
Thread Starter
MGCB
(@mgcb)
Hi Tobias,
Thanks for your response.
Do you mean go to the Plug Ins page from the Dashboard and scroll down to Table Press and press Edit. As pasted below. Then open up the cutoms_css.php file and add the code?
tablepress/views/view-options_custom_css.php.
Can I add the code anywhere or does it have to go into a certain place?
TablePress
Deactivate | Edit | Plugin page
TablePress enables you to create and manage tables in your posts and pages, without having to write HTML code, and it adds valuable functions for your visitors.
Version 1.4 | By Tobias Bäthge | Visit plugin site | FAQ | Documentation | Support | Donate
Thanks
Steve
Hi Steve,
no, that would be the wrong place. You should never edit a plugin file.
Instead, please go to the regular “TablePress” admin pages, via the link in the admin menu. That will take you to the list of all your tables. Near the top, you should then see a “Plugin Options” link. On that page, you can find the “Custom CSS” textarea, which is where the code needs to go.
Regards,
Tobias
Thread Starter
MGCB
(@mgcb)
Great. Thank you that worked.
I appreciate you taking the time to explain this to me.
Legend!
I left you a five start review.
Cheers
Steve
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
And thanks for the review, I really appreciate it!
Best wishes,
Tobias