HI, another question regarding event calendar page view
How can I move the text beside the featured image, instead of below (as it is now)
see in the attached image: https://drive.google.com/file/d/0B-a0aMNNBA-Gc2hQX0Q0Njc4ekU/view?usp=sharing
Thanks
Tal
Hi Tal,
Please try the following in Quick CSS under Enfold–>General Styling:
.events-single .tribe-events-event-image, .events-single .avia-icon-list-container {
display:inline-block !important;
}
Thanks,
Rikard
Great! thanks,