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

    Clean-Shot-2024-04-16-at-23-55-29-2x
    Clean-Shot-2024-04-16-at-23-55-02-2x

    On the desktop, the timeline is adjusted so that the text is positioned to match the icon. On mobile there is a large offset. Why is that?

    Please help.

    Tank you.

    #1440147

    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

    #1440148

    Thank you, that worked. 🙏

    #1440164

    Hi,

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

    Best regards,
    Rikard

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