Hey guys, how do I center this section?
The settings are at 100%. However, this section #about I only want to be 80% of the browser width, and CENTERED.
LMK, thanks
Hey Justin,
Try to add this code in Quick CSS (located in Enfold > General Styling):
#top #about {
display: block;
margin-left: auto;
margin-right: auto;
width: 80%;
float: none;
}
Let us know if it works :)
Best regards,
Nikko