Previewing responsive design

Issues related to previewing and publishing your web site.
Post Reply
davidmuncaster
Posts: 14
Joined: Sat Dec 14, 2013 4:39 pm

Previewing responsive design

Post by davidmuncaster »

Please forgive question but I've come back to the software and upgraded after not using it in a while.

I've created a new website (stageplays.uk) and now I want to add some responsive designs. I followed the guide which said to preview, resize the browser window. I tried that but it didn't work and then found that Chrome has a feature to view responsive designs. However, I still only see the default, not the changes I have made in the 320 or 768 tabs. Am I missing something really obvious?
User avatar
Pablo
Site Admin
Posts: 3860
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: Previewing responsive design

Post by Pablo »

It looks like you are using fixed/absolute layout?
In that case, you will need to add breakpoints to adjust the layout for different screen sizes.
If you use flexible layout (using layout grid or flexbox) then the layout will adapt automatically.

Related tutorial:
https://www.quickandeasywebbuilder.com/ ... modes.html

Note that I cannot see what you have done, based on the HTML code.
If you need further assistance then please share a DEMO project.

For further details about how to share a project file, please see this FAQ:
viewtopic.php?t=45024
davidmuncaster
Posts: 14
Joined: Sat Dec 14, 2013 4:39 pm

Re: Previewing responsive design

Post by davidmuncaster »

Thanks Pablo,

I thought I was adding breakpoints, but I'll have a look at the tutorial and let you know if I have any problems
Post Reply