Tagged: timeline icons
Hey Folks.
Since the timeline icons are small and faded, and the text box is so skinny on mobile devices, how can I remove the icons section altogether on mobile, effectively making the text boxes full width?
See screenshot: https://we.tl/9GlyX8zOnK
Thanks!
Hey WebDevDept,
Could you post a link to where we can see the element in question please?
Best regards,
Rikard
See private, thank you.
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.postid-2846 .av-milestone-icon-wrap {
display:none !important;
}
.av-no-preview ul.avia-timeline-vertical li {
padding: 0 !important;
}
}
Best regards,
Rikard
Perfection. Thank you, Rikard!