Archived topic
Retina display
3 replies · Started by Forum User on March 4, 2020
Viewing posts 1–4 of 4
On a retina display (macbook 15 pro) I see the very small container.
Can you specify container width for different screen resolutions?
Thank you
Hi there,
which container are you talking about? Can you share an image to explain the problem?
You could try this CSS:
@media screen and (min-device-width: 1200px) and (-webkit-min-device-pixel-ratio: 2) {
body .grid-container {
max-width: 1200px !important;
}
}
This archived topic is closed to new replies.