• Resolved tmjmusic

    (@tmjmusic)


    Hi!

    This is the site that I manage: Turku music festival
    I have been using Events manager about a month now and I have a pretty good handle on the basics.

    I need to format the events list page a little.
    My programme page

    I need to change the date SIZE to a smaller header or make it sit closer to the event on that day so that there is less empty space between the date and the event. Now there is a huge gap between the date and the event name etc.

    How do I go about doing this?
    Do I have to change the php templates in the plugin folder of Events manager?

    Any help is appreciated.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Usually these kind of tweaks are easier to do by adjusting the CSS.

    The date on your page is wrapped in an H2 tag, so you should be able to do it by adding something like this to the style.css file of your theme:

    #em-wrapper h2 {
    font-size: 14px;
    }
    Thread Starter tmjmusic

    (@tmjmusic)

    I changed the .css-events-list h2 padding to 0px inside style.css and it looks much better now.
    Found under section “13.0 Events” in my style.css file.

    I’m not too familiar with css yet but I’m happy when I can make even these little tweaks by myself without the need to hire a developer to change a small thing ??

    Thank you @caimin_nwl

    Solved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Events list page formatting’ is closed to new replies.