• Resolved alexanderchu

    (@alexanderchu-1)


    Hi everyone,

    I’m new to this, please be patient with me.

    I’m having formatting issues with my listings page that groups events by date using the shortcode: [events_list_grouped mode=”daily” date_format=”l – F j, Y”]

    If you look at the page in question: https://www.liveguide.hk/listings/by-date/ , you can see that there’s a big margin (or padding??) between the date heading and where the events actually list. Do you think this is a Events Manager issue or is it formatting of the theme playing up? If it’s the former, can somebody suggest a fix to reduce this margin?

    Thanks very much!

    Alex

    https://www.ads-software.com/plugins/events-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    I think your theme is adding br tags automatically; you can disable that (asking your theme provider) or add this in your theme style.css

    div.css-events-list br {
    display: none;
    }
    Thread Starter alexanderchu

    (@alexanderchu-1)

    Think that did the job. Thanks very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Events Page – Grouping by Date formatting issue’ is closed to new replies.