Tagged: center, Layout elements
Hi,
On the homepage, I have a a few sections with columns. I’d like this entire section to be centered. Can you tell me how to fix this?
Hey nicolechanphoto,
Do you want them just centered or full width?
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.home div .av_two_third {
width: 100%;
}
.home div .av_one_third {
width: 47%;
}
If you need further assistance please let us know.
Best regards,
Victoria