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
able to move home page left and right, its not locked to fit
-
-
- Posts: 60
- Joined: Fri Jan 03, 2014 7:52 am
Re: able to move home page left and right, its not locked to fit
I do not see a scrollbar.
Maybe you have already solved it?
Maybe you have already solved it?
-
-
- Posts: 60
- Joined: Fri Jan 03, 2014 7:52 am
Re: able to move home page left and right, its not locked to fit
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
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
I do not see any issues.
What do I need to do to see the problem?
What do I need to do to see the problem?
-
-
- Posts: 60
- Joined: Fri Jan 03, 2014 7:52 am
Re: able to move home page left and right, its not locked to fit
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.
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.
-
-
- Posts: 60
- Joined: Fri Jan 03, 2014 7:52 am
Re: able to move home page left and right, its not locked to fit
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
- BaconFries
-
- Posts: 5621
- Joined: Thu Aug 16, 2007 7:32 pm
Re: able to move home page left and right, its not locked to fit
If you have used the same email consistently then you can request your serial at the following
https://www.wysiwygwebbuilder.com/serial.html
https://www.wysiwygwebbuilder.com/serial.html
Re: able to move home page left and right, its not locked to fit
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
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
You do have an error that is causing a parsing error. You have the following:
and it should be:
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.
Code: Select all
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
Code: Select all
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">