Screen size

Hi there is there a way to customize the screen size? I usually code my own websites and the standard screen sizes are 960,980 or 1000. So can you set it to 980px at all?

Thanks

You can't change the in app preview windows as they are set to be bootstrap default break points.

However you can force in your own wrappers to make the max width of your site to be 1000px if you need to but remember bootstrap is a responsive framework so you need to ensure that your sites work on all device sizes (well majority that is)

I use media queries and the browser preview to adjust breakpoints as needed. You can add/edit the media queries to be any setting you want them to be, just not the in app defaults for the App preview as Chris already mentioned.

Great thank you. I usually code by hand so that's good I can change them.

Thanks again