Would prefer featured image to be left and embedded

Home Forums Calendar Products Events Calendar PRO Would prefer featured image to be left and embedded

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #953312
    John Paul
    Participant

    Hi, I have just purchased the plugin and so far I love it !!!… However, everything looks great except when an individual event loads the featured image goes centre and top and looks lost and alone ..

    I would like the image to be at the left and nested into the content. How can I do this?

    #953396
    George
    Participant

    Hey John,

    Since we do not offer support for customizations here, getting the thumbnails to display exactly like you want them to is something you’ll have to take the reins on for the most part.

    However, it’s usually just a little bit of custom CSS to get thumbnails aligned a certain way, so we can definitely help out with a little bit of CSS to at least get you started πŸ™‚

    If the site you’re trying to make these changes on is http://ltdesigns.eu/, let us know – if not, let us know the URL you are trying to make the customization on, as it could be slightly different.

    If that’s the case though, try adding custom CSS like the following to the bottom of your theme’s style.css file:

    
    body.single .tribe-events-event-image {
        display: inline-block;
        float: left;
        margin-right: 2em;
        max-width: 200px;
    }
    

    I tried that out on your site and it looked like this β†’ https://cloudup.com/cs5mNj-4-VU

    Not bad for a start – play around with the values there and find what works well for you, and Google other CSS methods of aligning images if you need different alignments and such.

    I hope this helps!

    Cheers,
    George

    #953412
    John Paul
    Participant

    Terrific support – thanks you

    #953574
    George
    Participant

    Thanks John! Best of luck with your project πŸ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Would prefer featured image to be left and embedded’ is closed to new replies.