Hello!
How can I get a white border 5px around the main content part only?
Like this:
Header*
*Border start*
Main Content
*Border close*
Footer
Thanks in advance!
K
Hi K
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#footer.container_wrap, #socket.container_wrap {
border: none!important;
}
#main .container_wrap {
border-right: 2px solid red;
border-left: 2px solid red;
}
Cheers!
Yigit