Custom CSS to move image to right side of text in column? (Right align image.) Thanks.
2 Likes
Hi @Tom_Parent
try this and add the code below to Custom CSS field on your Event Calendar widget’s Appearance tab:
.eapp-events-calendar-list-item-info {
flex-direction: row-reverse;
}
3 Likes
This reverses the order, thanks, but it caused the text not to be left aligned. I added this additional CSS to fix:
.eapp-events-calendar-list-item-infoInner {
margin-left: 0;
}
3 Likes
Hi there, @Tom_Parent
Happy to see that you’ve found a solution that works for you! Thank you so much for your assistance, @Sina
If anything else comes up, don’t hesitate to drop a line here. We’ll be happy to help!