Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #993064

    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!

    #993153

    Hey WebDevDept,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #993330

    See private, thank you.

    #993429

    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

    #994156

    Perfection. Thank you, Rikard!

    #994251

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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