Javier Llorente
asked 8 years ago

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
DominicStaff
answered 8 years ago

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,

Powered by DW Question & Answer Pro