Tagged: enfold
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.
Can you please help us?
Cheers
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