Archived topic
New update now tables are weird
3 replies · Started by Pearl on May 31, 2016
I have been working on my pages, & everything was looking great. I just came home from a trip & saw that there was a GP update, so I updated. Now, when I look through some of my pages, the tables are acting funky. They were perfect before, but now the left hand columns that contain pictures, are shrinking to almost nothing. I want to ask for help here, because maybe it's a small tweak, instead of me having to go re-code all of my pages - ugh!!
Examples:
http://medicalbillinglive.com/wordpress/medical-billing-products/
http://medicalbillinglive.com/wordpress/medical-billing-marketing-strategies/
http://medicalbillinglive.com/wordpress/mental-health-cms-forms/
lots more
Hi there,
HTML tables should be used for tabular data. They weren't designed for displaying content, although that's mainly what they used to be used for.
Instead, I would suggest using a plugin like this: https://wordpress.org/plugins/lightweight-grid-columns/
However, you can fix this issue by adding this little bit of CSS:
table img {
max-width: initial;
}
Adding CSS: https://wordpress.org/plugins/simple-css/
Let me know if you need more info :)
thank you!
You're welcome :)
