Hey David,
Thank you for the inquiry.
You can add this css code to adjust the space above the timeline content box:
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.av-no-preview .avia-timeline-vertical .av-milestone-date {
padding: 8px 0 0 0;
}
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the modification.
Best regards,
Ismael
Thank you, that worked. 🙏