Hi,
I have a number of tables on a page and they are all defaulting to 100% . That is OK for some of them but others it just looks silly! For instance 2 columns with short amounts of text on each row.
Is there a fix? You guys always have a fix!!!
Thanks
Brian
Hi brianwelsh!
You could add some columns 1/4 + 1/2 + 1/4 and then place the table inside the 1/2.
Or you could do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and give your table a custom CSS class and then do something like this.
.customClass { max-width: 50%; }
That may look weird on mobiles though so I think the columns would be the best way.
Regards,
Elliott
That makes sense!
Thank you!