Wrap Event Description Text Around Featured Image

Home Forums Calendar Products Events Calendar PRO Wrap Event Description Text Around Featured Image

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1127195
    Jacob
    Participant

    Hello,

    When I add a featured image along with a text description of an event the text does not wrap the image. Rather, the featured image just sits above the text. How can I make the text wrap? This is an issue on desktop and tablet views, smart phone is fine.

    You can see an example of this here.

    Thank you,
    Todd

    #1127525
    Josh
    Participant

    Hey Todd,

    Thanks for reaching out to us!

    You can modify this behavior by adding the following to a “tribe-events.css” file within a “tribe-events” folder in your site’s child theme.

    
    .single-tribe_events .tribe-events-event-image {
    float:left;
    margin-right: 20px;
    }
    
    .single-tribe_events .tribe-events-event-meta {
    clear:both;
    }
    

    Let me know if this helps.

    Thanks!

     

     

    #1134041
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Wrap Event Description Text Around Featured Image’ is closed to new replies.