Left align featured image?

Home Forums Calendar Products Events Calendar PRO Left align featured image?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1361257
    nbergus
    Participant

    I’ve got my featured image set for each of my events so the image shows well in the photo view, but I’m wondering if there is a way to left align the image (or adjust the image at all) once I click into the event? Please see the attached screenshot. I would prefer a small, left aligned image within each event description.

    #1361283
    nbergus
    Participant

    Actually, I mean that I want to right align the image not left align.

    #1361817
    Geoff B.
    Member

    Good evening Nicholas and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    Before we begin, I am noticing that you are using a fairly old version of PHP on your server.
    Although that will still work for now, I recommend upgrading to at least PHP 5.4+ for a smoother experience.

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    .single-tribe_events .tribe-events-event-image {
    text-align: right !important;
    clear: none !important;
    display: inline-block !important;
    float: right !important;
    }

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1362775
    nbergus
    Participant

    Thank you, that fixed it.

    #1362830
    Geoff B.
    Member

    Good afternoon Nicolas,

    I am super stoked to hear that this worked for you.

    You are welcome back in our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Left align featured image?’ is closed to new replies.