Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1326753

    Hi, We are building a site for our client. We have a concern with the milestone image because it is overlapping the text on mobile.
    We want to achieve a 200 x 200 icon size on desktop and make it smaller on mobile.

    See the screenshot attached.

    https://prnt.sc/1xkc7z9

    Can you please help us?

    Cheers

    #1326806

    Hey WellStrategic,

    Thank you for the inquiry.

    How did you adjust the size of the timeline icons? If you added a css, try to wrap it inside a css media query so that it only changes the desktop view.

    Example:

    
    /* 
      ##Device = Desktops
      ##Screen = 1281px to higher resolution desktops
    */
    
    @media (min-width: 1281px) {
    
      /* CSS */
    
    }
    
    

    Best regards,
    Ismael

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