Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

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

  • 1 resposta
  • 2 têm este problema
  • 1 exibição
  • Última resposta de 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.

Todas as respostas (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"