Support

Home Forums Event Espresso Premium How can I increase the spacing between the column title and the event list?

How can I increase the spacing between the column title and the event list?

Posted: August 17, 2013 at 3:18 am


Jennifer Benn

August 17, 2013 at 3:18 am

I have added the CSS code, but only the second column (family) is working. Any advice appreciated.

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


Sidney Harrell

August 17, 2013 at 6:41 pm

Try adding

#event_wrapper {
padding-top: 32px;
}

You’ll want to play with the number to get the spacing that you desire.


Jennifer Benn

August 18, 2013 at 9:27 pm

Thanks Sidney. That works, but it doesn’t line up with the message “no events available”. How can I create space above that message?

Regards
Jenny


Dean

August 19, 2013 at 2:03 am

Hi,

There is a break tag (< br >) after School. Not sure where that is coming from but it isn’t easy to remove with CSS, so, you would need to either find that tag and remnove it or use one of the following options:

1) add the following CSS to “pull up” the event

#event-wrapper { margin-top:-20px;}

2) Push the “no events” message down

#event_content { margin-top:20px; }


Jennifer Benn

August 19, 2013 at 5:12 am

Hi Dean. It’s not that I want to pull up the event, but I want to create more space between the headings “Schools” etc and the text that says “no events available”


Dean

August 19, 2013 at 5:41 am

Hi,

Then use the latter CSS, that will push the “no events” down away from the headings (option 2)


Jennifer Benn

August 19, 2013 at 6:53 pm

OH sorry, I missed that. Thanks.

The support post ‘How can I increase the spacing between the column title and the event 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