Support

Home Forums Event Espresso Premium Spacing between events in events list

Spacing between events in events list

Posted: August 2, 2013 at 12:17 am

Viewing 3 reply threads


Jennifer Benn

August 2, 2013 at 12:17 am

Hi πŸ™‚

I would like to create a little bit of space between the events in boxes on this page. Please advise how I can do it?

Regards
Jenny

http://worldofvirtues.com/2392-2/


Tony

  • Support Staff

August 2, 2013 at 1:23 am

Hi Jennifer,

Within your css you have:

.greybox-events {
background-color: #f2f2f2;
margin-top: 20px;
padding: 20px 20px 0px 20px;
border: 1px solid gray;
margin: 0px;
}

Remove margin-top, and replace margin: 0px with margin: 20px 0;

Thats margin 20px top and bottom and 0 left and right.

.greybox-events {
background-color: #f2f2f2;
padding: 20px 20px 0px 20px;
border: 1px solid gray;
margin: 20px 0px;
}

That should add the space you need.


Jennifer Benn

August 3, 2013 at 2:25 am

Thanks, sorry, my bad.


Tony

  • Support Staff

August 4, 2013 at 4:44 pm

No problem πŸ™‚

Viewing 3 reply threads

The support post ‘Spacing between events in events list’ 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