Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #996235

    Hi,

    I have a problem with a (vertical) Timeline widget: on smaller screens (smartphone, i.e. Samsung, iPhone) it doesn’t look good anymore, I encounter several issues:
    – the text within the timeline isn’t readable at all anymore.
    – The ‘responsiveness’ isn’t optimal.
    – The text within a timeline element had a bullet list; when resizing the screen, the bullets not only disappear, the text also gets a huge left-margin or padding, so that it doesn’t fit/read anymore.

    See https://www.veroniquemeuffels.nl/historie. Can you please take a look?

    Thanks in advance, appreciate your help (and theme!) a lot!

    Regards,
    Roger

    #996399

    Hey Roger,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .av-no-preview ul.avia-timeline-vertical li {
        padding: 0 0 0 50px;
    }
    
    .avia-timeline-boxshadow .av-milestone-contentbox {
        padding-left: 0;
    }
    
    .av-milestone-content ul {
        margin-left:0;
    }
    }

    Best regards,
    Rikard

    #996413

    Hi Rikard,

    Thanks for your answer. It looks better already, but still, the bullets are disappeared within the

      . They simply disappear when you resize the browser to a smaller size. Do you have an idea how to get them back?

      Best Regards,
      Roger

    #996414

    Also, maybe it’s a better idea to hide the thin vertical line under the timeline year-icon. How can I get rid of it?

    Regards,
    Roger

    #996522

    Hi Roger,

    Thanks for the feedback. It does look a bit cramped on smaller screens, so if you want to remove the timeline then you can try this as well:

    @media only screen and (max-width: 767px) {
    .av-milestone-icon-wrap {
      display:none;
    }
    .av-no-preview ul.avia-timeline-vertical li {
      padding: 10px !important;
    }
    }

    If you want to use this instead then please remove this part from the previous code I sent:

    .av-no-preview ul.avia-timeline-vertical li {
        padding: 0 0 0 50px;
    }

    Best regards,
    Rikard

    #996588

    Hi Rikard,

    Thanks for your answer. Great, it does look just fine right now :-). If I may offer a suggestion: maybe the developers can look into it to have the vertical timeline react like this by default on smaller screens, for otherwise it isn’t very usable.

    Best regards,
    Roger

    #996779

    Hi Roger,

    Glad we could help :)

    Well, we are here to help and now other users can use the solution provided here if they need.

    If you need further assistance please let us know.
    Best regards,
    Victoria

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