Hi,
I’d like to add a left and right border to page content on all internal pages. I’d like it to look exactly like the sidebar border. How do I do this?
Thanks,
Gabe
Hey Gabe!
Try adding this code to the Quick CSS:
.main_color .container {
border-right: 1px solid #e1e1e1;
border-left: 1px solid #e1e1e1;
}
Cheers!
Josue
Hey!
Can you post a link to that page?
Regards,
Josue
Can’t, try changing the code to:
.main_color .container {
border-right: 1px solid #e1e1e1;
border-left: 1px solid #e1e1e1;
padding: 0;
}
Regards,
Josue
In 3.2 you can set borders to columns.
Regards,
Josue
Columns don’t have a minimum height, you could use a separator / whitespace element.
Cheers!
Josue