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

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
Marine Divers
 
 
Posts: 55
Joined: Fri Jan 03, 2014 7:52 am

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

Post 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
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

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

Post by Pablo »

I do not see a scrollbar.
Maybe you have already solved it?
Marine Divers
 
 
Posts: 55
Joined: Fri Jan 03, 2014 7:52 am

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

Post 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
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

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

Post by Pablo »

I do not see any issues.
What do I need to do to see the problem?
Marine Divers
 
 
Posts: 55
Joined: Fri Jan 03, 2014 7:52 am

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

Post 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.
Marine Divers
 
 
Posts: 55
Joined: Fri Jan 03, 2014 7:52 am

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

Post 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
User avatar
BaconFries
 
 
Posts: 5328
Joined: Thu Aug 16, 2007 7:32 pm

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

Post 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
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

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

Post 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
User avatar
crispy68
 
 
Posts: 2737
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

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

Post 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.
Post Reply