I’d like to know how I can set the max height for a row or column. I want the colour in the background to stretch to the edge of the page but have my text have a max with set (I’ve figured out how to do this). What I haven’t figured out is how I can set the max height for the row/column.
Hi @Rumball
You can add a custom CSS class to your row/column like that:
Then just add this CSS snippet to (Theme Options > CSS):
.custom_row {
max-height: 500px;
}
Thanks.
Thanks. How can I customize the width of a row?
Hi @Rumball,
Usually, same as shown above. However instead of using height you will use width.
Or I could probably talking the wrong kind of column or row. You could share us the link that you want to adjust so we could suggest the best way to adjust it.
Thank you so much.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.