I’ve just noticed since a recent update that TABLE column widths seem to have changed. They used to fit the content, now they seem to be FIXED and proportional in width.
Please see this screenshot (the purple indicates how it used to be) :-
http://pioneersoftware.co.uk/files/temp/enfold.jpg
I use TABLES extensively throughout the site, and now they all look awful.
Please can you tell me how to change it back?
Many thanks,
Hedley
Hey hmuscroft,
Try to add this code in Quick CSS (located in Enfold > General Styling):
.avia-table {
width: auto !important;
}
Hope this helps :)
Best regards,
Nikko
Thanks – that seems to have fixed it.
It seems like this was a pretty drastic change to introduce without any notification!