Hi Kriesi team,
I tried to find a post about this and couldn’t. I have a timeline on my home page. On PC is displays very well but on mobile the alignment isnt so nice. Is there a way I can have the text spread across the mobile screen without effecting the PC display? Thank you
Hey tinagianna,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 989px) {
.av-no-preview ul.avia-timeline-vertical li {
padding: 0 !important;
}
}
Best regards,
Rikard
Thank you Rikard, that worked. However, one small issue.. now the title doesnt line up.
Is there anything I can do to also fix this? Thanks in advance :)
(An image of the problem is in private content)