I am using Wix Editor. How do I make my Wix website fit any screen sizes? ie ipad, surface pro etc. I am still learning how to build website on my own. I found it struggles with the screen sizing to make look nice & same in every different computer screen without cutting sides. Many thanks Emma
On the old Wix Editor you must design within the grid lines to be able to have it work on all screens. You will not be able to have it responsive to suit each device unless you switch to the new Wix Studio.
Thank you for the clarification.
There are possibilities even in the CLASSIC-EDITOR to make your site a little bit responsive.
What are your possibilities?
- You can generate different screen-resolution-page-designs for different screen-resolutions.
Example: You have created a page in 3 different resolutions …
a) 800x600 (small)
b) 1024x786 (middle)
c) 1920*1080 (big)
Then you use the window-API to get the screen-resolution used…
Now you are able to decide, when to load which resolution page.
If user uses resolution-a —> load resolution-a-page.
If user uses resolution-b —> load resolution-b-page.
If user uses resolution-c —> load resolution-c-page.
Yes, this is not a full-responsive design-solution but works aswell.
Disatvantage → more programming and designing time on your website.
-
The same way you can do for mobile and tablet-view…
formFactor - Velo API Reference - Wix.com -
Using elements like Column-Strips and REPEATERs (streched on screen) will also help a little bit to be able to work not only the mentioned GRIDLINES in the center of your Wix-Editor.
There are even more possibilities you can use, to give your SITE more RESPONSIVNESS.
GOOD LUCK & HAPPY CODING !!!
How do I tellif I have the new or the classic version of Wix? where is this information located?
If your site appears under the classic sites list then it is classic. Else if it appears under studio’s sites list then it is a studio site.
Another way of checking is the site’s URL (for free sites, not premium ones)
If the site’s URL has wixstudio.com or wixstudio.io then it is a studio site.
Else if the URL of the published site instead contains wix.com or wixsite.com, then it is a classic Wix website.
How can you do it on Wix Studio?