Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1320150

    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

    #1320325

    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

    #1320570

    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)

    #1320671

    Hi,

    Thanks for the update. Please try this instead:

    @media only screen and (max-width: 989px) {
    .av-no-preview ul.avia-timeline-vertical li {
        padding: 0 !important;
    }
    .av-no-preview .avia-timeline-vertical .av-milestone-date {
        margin-left: 80px;
    }
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.