Page 1 of 1

able to move home page left and right, its not locked to fit

Posted: Sun Jun 27, 2021 11:35 am
by Marine Divers
tearing my hear out whats left of it.

i have a mobile version of my site on divingincyprus.net/mobile

There is something on the page that is making to wide and im able to move the site left to right, i have uncheck everything as a process of elimination, ive even cloned a page where its working fine, updated the content and it still does it.

it must be something really simple, ive tried to think outside the box.

please help, it's driving me nuts

Re: able to move home page left and right, its not locked to fit

Posted: Sun Jun 27, 2021 11:41 am
by Pablo
I do not see a scrollbar.
Maybe you have already solved it?

Re: able to move home page left and right, its not locked to fit

Posted: Sun Jun 27, 2021 11:45 am
by Marine Divers
Hi Pablo
thanks for quick response

still Not. ive not a clue whats doing it. theres not alot on the page. all other pages dont do it, only my index, and this is now a clone of another page

Re: able to move home page left and right, its not locked to fit

Posted: Sun Jun 27, 2021 12:00 pm
by Pablo
I do not see any issues.
What do I need to do to see the problem?

Re: able to move home page left and right, its not locked to fit

Posted: Sun Jun 27, 2021 12:33 pm
by Marine Divers
on my home page of divingincyprus.net/mobile the one with a map of cyprus. i can slide it from side to side slightly on mine and my wifes phone. its the only page that does it.

im lost for the reason.

i realy need to get ito a responsive site. ive tried the blocks, they just are all over the place for me. i need a good simple template.

Re: able to move home page left and right, its not locked to fit

Posted: Sun Jun 27, 2021 12:52 pm
by Marine Divers
i was just going to upgrade from 14 to 16, but it wants my previous code. i can only find an email with one on from 2012 when ifirst bought it. but ive upgraded constanly since

Re: able to move home page left and right, its not locked to fit

Posted: Sun Jun 27, 2021 1:02 pm
by BaconFries
If you have used the same email consistently then you can request your serial at the following
https://www.wysiwygwebbuilder.com/serial.html

Re: able to move home page left and right, its not locked to fit

Posted: Sun Jun 27, 2021 1:22 pm
by Pablo
I have also tried on my iPhone but I cannot find anything wrong.

Most templates are responsive because they use layout grids:
https://wysiwygwebbuilder.com/templates2020.html

Or else
https://wysiwygwebbuilder.com/layout_modes.html

Re: able to move home page left and right, its not locked to fit

Posted: Sun Jun 27, 2021 2:48 pm
by crispy68
You do have an error that is causing a parsing error. You have the following:

Code: Select all

<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
and it should be:

Code: Select all

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
The semi colons should be replaced with commas. You also have the above code twice in your page. You need to remove one of them.