Support

Home Forums Event Espresso Premium Featured images on event page

Featured images on event page

Posted: April 25, 2016 at 8:57 am

Viewing 5 reply threads


lesliemcc

April 25, 2016 at 8:57 am

I need to have the images on my event pages align to the right of the content. They are currently centered. Here is the custom code I have inserted:
.entry-meta.single-post-thumbnail img {
margin: 0 auto;
display: block;
}

How should I alter this so the image aligns right? Thanks!


Lorenzo Orlando Caum

  • Support Staff

April 25, 2016 at 10:13 am

Hello,

That CSS may affect your blog post images as well as the single event images.

Could you provide a link to an actual event page so we can share feedback on the specific CSS to use so only the event pages are affected?


Lorenzo


lesliemcc

April 25, 2016 at 10:46 am

Here is a link to one of my event pages: http://creativecommunityctr.com/events/circle-round-the-tree-may13/.

Let me know if you need any other information Thank you!


Tony

  • Support Staff

April 25, 2016 at 4:22 pm

Hi Lesliemcc,

To float the image right you can change the above to:

.entry-meta.single-post-thumbnail img {
float: right;
display: block;
}

However to make sure that code only effects single event espresso events, change it to:

.single-espresso_events .entry-meta.single-post-thumbnail img {
    display: block;
    float: right;
}


lesliemcc

April 25, 2016 at 5:21 pm

Thank you! This is perfect.


Tony

  • Support Staff

April 25, 2016 at 5:25 pm

You’re most welcome 🙂

If you have any further questions, please let us know.

Viewing 5 reply threads

The support post ‘Featured images on event page’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso