Image not aligning to the right or left

Home Forums Calendar Products Events Calendar PRO Image not aligning to the right or left

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #226121
    Alicia
    Participant

    How can we get the image to align to the right (and the text to be directly to the left of the image) on single event pages and list view? Example pages: http://atlantafamilycalendar.com/events/upcoming/ AND http://atlantafamilycalendar.com/event/summer-family-adventure/2014-06-14/

    #229410
    Casey
    Participant

    ahagan,
    Thanks for getting in touch! Unfortunately, we’re not able to help with theme-specific customizations such as this one, but generally some CSS like this should work:


    .tribe-events-event-image {
    float:right;
    }

    .single-tribe_events .tribe-events-content {
    float:left;
    }

    Hopefully that points you in the right direction. Good luck and thanks! 🙂

    -Casey-

    #466027
    Casey
    Participant

    I just wanted to follow up and see if you’re all set here or if you still have further questions. Just let me know if you have further questions or if I should go ahead and close out this thread. Thanks! 🙂

    -Casey-

    #666745
    Casey
    Participant

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

    -Casey-

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Image not aligning to the right or left’ is closed to new replies.