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

    Hi, I need a bit of help in designing my table.

    First cell – remove the dotted line above
    Row 6 – Text in column 4 is two lines, I need the other columns to be set in the same height
    Row 7 – Text in column 1 is two lines, I need the other columns to be set in the same height
    Row 12 – Text in column 1 is two lines, I need the other columns to be set in the same height

    Cheers
    Alan ;)

    #1288174

    Hi Alan,

    Please add this CSS code in Enfold > General Styling > Quick CSS:

    .page-id-4363 .avia-table .pricing-table-wrap:first-child .empty-table-cell {
        border: none;
    }
    
    .page-id-4363 .avia-table .pricing-table-wrap .pricing-table li:nth-child(6),
    .page-id-4363 .avia-table .pricing-table-wrap .pricing-table li:nth-child(7),
    .page-id-4363 .avia-table .pricing-table-wrap .pricing-table li:nth-child(12) {
        min-height: 61px;
    }

    Best regards,
    Nikko

    #1288229

    Hej Nikko

    Great, thanks ;)

    #1288231

    Hi Alan,

    You’re welcome :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Table cell adjustments’ is closed to new replies.