Hi,
I would like to change the size of the border of my main content area. How can I do that please ? Thank you so much,
Vincent
Hi Vincent!
Please add following code to Quick CSS in Enfold theme options under General styling tab
.content { border-width: 5px; }
Regards,
Yigit
Hi Yigit,
It does not seems to work.. Here is the link : http://alexandra.livretpartition.com/
I would like to put the border surrounding the white area in #3a3731 and size 10px. Thank you !
Hi!
Please use following code in Quick CSS instead
div#main {
border: #3a3731 solid 10px;
}
Best regards,
Yigit
Perfect, thank you !