Event calendar pro – Widget list alignment

Home Forums Calendar Products Events Calendar PRO Event calendar pro – Widget list alignment

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #102308
    davidardley
    Participant

    I have the event list widget in my footer – they events are not aligned properly to the left under the title – they are all shifted right – is the planned behavior – is there a way to correct it ?

    #102697
    Barry
    Member

    Hi David,

    If your theme allows you to add custom CSS you could try adding the following snippet there – otherwise you could set up a custom tribe-events.css stylesheet as per the instructions in the Themer’s Guide and add this there:

    .widget.tribe-events-adv-list-widget ol { margin-left: 0; }

    (The Bootstrap CSS that ships with your theme adds a margin of 25 pixels to ordered lists – and our list of events, being ordered chronologically, is indeed an ordered list – so this should correct that.)

    Does that help?

    #102709
    davidardley
    Participant

    Thanks – that corrected the issue

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Event calendar pro – Widget list alignment’ is closed to new replies.