Space between text and featured image

Home Forums Calendar Products Events Calendar PRO Space between text and featured image

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1378292
    nbergus
    Participant

    Hello,

    Is there a way to adjust the space/margin between the text of my event description and the featured image when in single-event view? Screenshot attached. There are super close together.

    #1379202
    Geoff B.
    Member

    Good afternoon again Nick and welcome back!

    Is there a way to adjust the space/margin between the text of my event description and the featured image when in single-event view?

    Absolutely.
    The best way to go about this is to use CSS.

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

    html .single-tribe_events .tribe-events-event-image {
    margin-left: 15px !important;
    }

    Another approach would be to make both the image and the container 100% width.
    That way the text would appear below the image.

    If you are curious about that, could you please send me a copy of the latest version of your WordPress theme / child theme via a link to a .zip file link (stored Dropbox or Google Drive) so that I can run some tests on my end ? I recommend a private reply for that purpose.

    Please ensure you are using the latest files as found on your actual website.
    This way I will get access to any updates or customizations you might have made.

    Best regards,

    Geoff B.

    #1396674
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Space between text and featured image’ is closed to new replies.