Support

Home Forums Event Espresso Premium Event Grid Margin

Event Grid Margin

Posted: October 19, 2018 at 8:35 am


globaldisciples

October 19, 2018 at 8:35 am

I embedded an event grid and I wanted it centered but I can’t figure it out. When I adjust the margin it messes it up on mobile. Thoughts? What is making it shift left.

https://dev.globaldisciples.org


Josh

  • Support Staff

October 19, 2018 at 10:47 am

The CSS property float: left is making it shift left.

You can make the grid centered by adding the following CSS to your site’s Appearance > Customize > Additional CSS panel:

#mainwrapper {
text-align: center
}

.ee_grid_box_v2 {
float: none;
display: inline-block;
}

The support post ‘Event Grid Margin’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso