You will have to modify the CSS rule
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
}
If you send a URL to the page where you have the problem, it would be easier to help you …
thank you for your repply
The URL http://www.prolinke.com , the site display is normal for screens less than 12″ but for screens from 13″ up to 24″ the display of the site is small
If you want a larger page, then make a custum CSS rule:
.site {
max-width: 1296px;
}
Try play around with the value, standard is 1040px;
Hi Jamaloos
Could you close this topic as solved??