Reply 189558 to: Xstore Resolution Problem

Avatar: Olga Barlow
Olga Barlow
Support staff
March 28, 2018 at 15:33

Hello,

You can try zoom and media queries. For example

@media (max-width: 1500px) and (min-width:1120px){
body {
  zoom: 0.8;
}
}
@media (max-width: 1120px) and (min-width:993px){
body {
  zoom: 0.7;
}
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.