Hi
Is it possible to add a code to Quick CSS so that when the site is opened in the web browser the width of the window is adjusted to a particular size, let’s say 1300 pixel.
Regards
Abedi
Hey abedia!
No, not with css. It used to be possible with javascript but I think most browsers have now disabled it except for popups. You can try something like from this thread however: http://stackoverflow.com/questions/5238603/javascript-set-browser-window-size
Cheers!
Devin
OK, thank you.