Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #439651

    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

    #440010

    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

    #440017

    That makes sense!

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to control the width of individual tables.’ is closed to new replies.