Hi,
I’ve created a page with a Grid Row containing 4 columns.
The idea is to have 4 columns, and aligned to the center of the screen.
So what I did is add this code to the CSS:
`
.av-layout-grid-container {
width: 85%;
}
‘
Unfortunately I couldn’t get the columns to be placed in the center. As you can see on the home page the entire div is aligned to the left.
Can you help please?
Thanks,
René
Hey Ernie4President,
Thank you for the inquiry.
You have to set the left and right margin of the grid row container to auto. Please use this css code instead.
.av-layout-grid-container {
width: 85%;
margin: 0 auto;
}
Best regards,
Ismael
Thank you Ismael!
That solved it :-)
Hi Ernie4President,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko