Hi,
thanks for your question, and sorry for the trouble.
You could try to instruct the browser to shrink the images so that they fit:
.tablepress-id-123 img {
max-width: 100%;
}
Regards,
Tobias
Hi,
ah, please change the 123 to the correct table ID. Forgot to mention that, sorry.
Regards,
Tobias
Hi,
ah, these images also have a caption, right? This means that there’s another container around them (created by WordPress and your theme), which has a fixed width.
Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!
Regards,
Tobias
Here is the page with the problem table: https://moneysavinghomesstore.com/store/
Here is and example of what I paste into each cell:
https://www.dropbox.com/s/jqlu64vdbf8in8x/6-22-17%20code%20for%20cell.JPG?dl=0
Here is an example of where I use your plugin and include the captions without any problems. Different theme though:
http://www.krugerkids.org/bushveld-store/
Thanks for your support.
-
This reply was modified 8 years, 9 months ago by
MJ Smook.
Hi,
thanks for the link and the used Shortcode!
Please also add this “Custom CSS”:
.tablepress-id-1 .wp-caption {
max-width: 100%;
width: auto!important;
}
The table will now appear to not fill the page. This is a result of how your theme works. You might be able to change that by choosing a “Full width” or “No sidebar” page template on the “Edit” screen of that page.
Regards,
Tobias
OK, that has fixed the cut off 3rd column. Now I have to see if I can get the theme to fill the page as it does not now.
If I cant get it to fill the page, then I will change the theme but must first remove both pieces of CSS code. Right?
Thank you for your support.
Hi,
yes, getting the full width to work would be the best, also for all the other pages on the site.
If you decide to switch themes, you can try without the code there, first. If it also overlaps/cuts off, just add it again.
Regards,
Tobias
Thank you for your support
Hi,
no problem, you are very welcome!
Best wishes,
Tobias