Screen width only 960px?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
Hi,

I tried to search for the subject of screen width, but didn't find any results.

Would it be a problem to increase my screen width to 1366px? most browsers today support this or would I be missing out on the low end resolution users.

thanks,

Paul.
10 years ago
To change the width of the site, look for class "master-wrapper-page" in your themes style.css.

There's no problem increasing the width size. But you have to also adjust all the affected elements' widths so that everything looks good.
10 years ago
You could try something like
width:100%, min-width:960px;
for your master-wrapper.

If you haven't already, have a look at the Metro Style demo http://www.noptouchscreen.websitesolved.co.uk/- it has themes that are based on width 960px and one that responds to the size of the screen that the visitor is viewing it on. Use the store theme selector to try them out, maybe even have a look using ipadpeek.com to see it respond to iPhone and iPad.

We are considering a makeover service for exisitng nopCommercers that want to go responsive, don't know if that would interest you at all?
10 years ago
JonNopper wrote:
You could try something like
width:100%, min-width:960px;
for your master-wrapper.

If you haven't already, have a look at the Metro Style demo http://www.noptouchscreen.websitesolved.co.uk/- it has themes that are based on width 960px and one that responds to the size of the screen that the visitor is viewing it on. Use the store theme selector to try them out, maybe even have a look using ipadpeek.com to see it respond to iPhone and iPad.

We are considering a makeover service for exisitng nopCommercers that want to go responsive, don't know if that would interest you at all?


Very nice.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.