We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How can I alter the browser size to 960 pixels wide?

  • 1 reply
  • 2 have this problem
  • 1 view
  • Last reply by cor-el

more options

I am setting up a Joomla website on my laptop which is wider than 960 pixels wide. I need to ensure that the full page can be viewed on a smaller screen.

Please advise how to alter the width to help me out.

I am setting up a Joomla website on my laptop which is wider than 960 pixels wide. I need to ensure that the full page can be viewed on a smaller screen. Please advise how to alter the width to help me out.

All Replies (1)

more options
javascript:(function(){var w=prompt('width x height',window.outerWidth+'x'+window.outerHeight);if(w){var wA=w.split("x");if(wA[0])window.outerWidth=wA[0];if(wA[1])window.outerHeight=wA[1];}})();

Tools > Options > Content : JavaScript > Advanced > Allow Scripts to:
[X] "Move or resize existing windows"