Hi,
We have Dw Minion Theme in our web http://www.practicavida.es. We observed that if we have a screen with a panoramic resolution (1600×900 for example), we see a big white space at right. How can we fix it?
Thanks
1 Answers
Hi,
To resolve this issue, you can add the following code to the style.css file:
@media (min-width: 1200px) {
.container {
max-width: 1400px;
}
}
Regards,
Please login or Register to submit your answer