Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter richconner

    (@richconner)

    bump

    You have a padding-left of 18px in your style sheet on your event list.

    #sidebar ul {
    padding: 0 0 0px 18px;
    margin: 0;
    overflow: hidden;
    }

    I think you can overwrite it with

    #sidebar .aec-eventlist {
    padding: 0;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘EventList not quite center’ is closed to new replies.