Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1351356

    Hi,

    on this Portfolio Item Page I have at the second half of the page a Table called Information:
    Both Rows have the same size, but I want to change them to 20% for the first row and to 80% for the second row.
    I searched the forum, found some solutions but none really worked for me.

    Pleas help. thanks
    Frank

    #1351620

    Hey frawer,

    Thank you for the inquiry.

    Using this css code should adjust the width of the first column in the table.

    #after_full_slider_1 .flex_column.av_two_third table tr th:first-child {
        width: 20%;
    }

    You may need to apply a custom css class name or ID to the table element.

    // https://kriesi.at/documentation/enfold/add-custom-css/

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.