Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1425583

    Hey Enfold support

    How can I adjust the width of the left description column of a table?
    Longer words just overflow the next column – pls. refer to dropbox image in private.
    It would be ok for all the data colums to be much smaller if that helps…?

    Standard design of table, tabular data, made scrollable.
    Actually works on mobile but not on pc screen size?

    Best regards

    #1425628

    Hi Carsten,

    Try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top .avia-data-table tr > th:first-child, 
    #top .avia-data-table tr > td:first-child {
        width: 300px;
    }

    Just adjust the width value as you see fit.

    The code will affect all tables, if you want to make to affect only a single page then you can give us a link to the page and we’ll modify the code to a more customized one.

    Best regards,
    Nikko

    #1425680

    Hi Nikko – thanks a lot, works fine :-)

    #1425685

    Hi Carsten,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Adjust column width in table’ is closed to new replies.