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

    I have made 3 tables on the page, there are 2 columns in each table. However, the width of the columns are different in each table.
    How can I set the width of the column, so they are the same among the 3 tables? Thanks in advance !
    Here is the page

    #378136

    Hey MGBird!

    Thank you for using Enfold.

    Try this on Quick CSS or custom.css:

    th.avia-desc-col {
    max-width: 319px !important;
    width: 30% !important;
    }

    Use media queries to adjust the width of the table on different screen sizes.

    Best regards,
    Ismael

    #378149

    Thanks, it works well, very good and quick support !

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Table column width’ is closed to new replies.