Tagged: line length
hi there,
i’m building a page layout, max container width is 1310px.
the text blocks line length is too long.
how would you recommend handling this?
1/5 + 3/5 + 1/5 columns, hiding the 1/5’s on mobile?
or setting a left / right margin on a 1/1 column?
i’m trying to work towards this as a ballpark:
https://baymard.com/blog/line-length-readability
any recommendations as to the ‘best’ way to implement this?
many thanks,
Jason
Hey Jason,
Thank you for the inquiry.
You can apply a custom css class name (e.g., av-custom-column-width) to the column element, and manually specify its maximum width with css.
.av-custom-column-width {
max-width: 400px;
}
Please check the link below for more info on how to apply custom css to the builder elements:
// https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support
Best regards,
Ismael