I want some content to be in a 3/4 column but I want that column to be centered on the site. Is that possible?
How? What your are looking for is 1/8, 6/8 and 1/8. I suggest you to use 1/5, 3/5, 1/5 Would be easier or ask a developer for help. Kind regards.
Hey!
Thank you for using Enfold.
@ginnywills: Place the column inside a color section. Edit the section then add an id in the Section ID field. Use “custom-section” for example. Add this in the Quick CSS field to center align the column:
#custom-section .flex_column.av_three_fourth {
margin: 0 auto;
clear: none;
float: none;
}
@tobego: Thanks for helping! :)
Cheers!
Ismael