Hello
I have added a new event using the tribe event plugin however the exta info about the venue etc does not line up very well – see phone, and time for example on the link in private content.
On further ressearch CSS provided by Tribe for Enfold does not resolve the issue it just moves the Venue info onto a new line.
They give some help here on compatibility with Enfold:
.responsive .av-single-event-content {
padding: 0 50px;
}
.av-single-event-meta-bar {
max-width: 775px;
padding: 50px;
}
Please let me know a solution. Thank you.
Hi,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.tribe-events-event-meta dd[class$="url"], .tribe-events-event-meta dt:not(:first-child) {
margin-top: 0;
}
Regards,
Yigit
Thank you! Brill support worked perfectly.