Excerpt to appear to the right of the photo in list view

Home Forums Calendar Products Events Calendar PRO Excerpt to appear to the right of the photo in list view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1174569
    Laura
    Participant

    Is there any way to do the following:
    1) Not show the bullet to the left of the photos in list view
    2) To have the excerpt wrap the photo…or appear to the right of the photo? I don’t like all that space to the right of the photos.

    #1174754
    Geoff B.
    Member

    Good evening Laura and welcome to the Events Calendar Support forum!

    Thank you for reaching out to us.
    I would love to help you with these topics.

    1) Not show the bullet to the left of the photos in list view

    Actually, this stems from the Events Calendar plugin which is a third-party plugin. That being said, you can remove the bullets with CSS

    .ecs-event-list, .ecs-event {list-style-type: none !important;}

    2) To have the excerpt wrap the photo…or appear to the right of the photo? I don’t like all that space to the right of the photos.

    Here again, some simple CSS can do the trick

    .ecs-event img {float:left; margin-right:10px;}

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1175073
    Laura
    Participant

    This worked GREAT! Thank you!!

    #1175259
    Geoff B.
    Member

    Good evening Laura,

    I’m super stoked that this worked out for you.

    You are welcome back on our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Excerpt to appear to the right of the photo in list view’ is closed to new replies.