Images in Events Calendar

Home Forums Calendar Products Events Calendar PRO Images in Events Calendar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #958502
    proimpact
    Participant

    When I insert images into an event with Left align, the wrapping text is displayed right next to the image. I’ve tried to use CSS to correct the margin to margin-right 10px !important but I can’t seem to find the right CSS.

    I need to move the text to the right of the image by 10 or 15 px. How can I do this?

    example below

    #958687
    Brian
    Keymaster

    Hi,

    I visited your site and see what you mean.

    This might help:

    .tribe-events-single-event-description img.alignleft {
    margin-right: 15px;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #958888
    proimpact
    Participant

    Perfect… thanks.

    #958899
    Brian
    Keymaster

    Great glad it helps.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Images in Events Calendar’ is closed to new replies.