Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Spacing between events in events list | Event Espresso - Staging Server

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/


Anonymous

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.


Anonymous

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 - Staging Server