Support

Home Forums Event Espresso Premium Spacing between Date & Text description

Spacing between Date & Text description

Posted: August 22, 2012 at 10:36 am

Viewing 2 reply threads


Michael Bernhard

    August 22, 2012 at 10:36 am

    Hello, on the page where I have [Event_List], there is a lot of extra space between the event date and the start of the event description as well as where the text description ends and the add to cart button begins. Is there anyway to tighten these up so my event registraion page is not so long (We have 20+ events on 1 page).

    Please see http://test.shorewoodttc.org/?page_id=1153 for an example (especially event titled “Mandatory – Registration & USATT Tournament Fee”. thanks in advance, Mike


    Chris Reynolds

    • Support Staff

    August 22, 2012 at 11:17 am

    Part (or most) of this is coming from your theme and how much padding it’s adding to your paragraph tags:

    P TAGS
    link

    Another problem is that you have an empty paragraph tag at the beginning of your event description:

    empty p tag
    link

    This is what it looks like with that extra padding in the <p> tags removed:

    no padding
    link

    I’d suggest adding this to your theme’s css or your event_espresso_style.css in the /wp-content/uploads/espresso/templates folder:

    .entry-content .event-display-boxes p {
        padding: 0;
    }
    


    Michael Bernhard

      August 22, 2012 at 11:42 am

      Great that worked! Thanks. I have a few more questions today, but will post them in a new topic.

      Viewing 2 reply threads

      The support post ‘Spacing between Date & Text description’ 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