Tagged: enfold, portfolio item
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
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