J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Re:Website can slide from side to side (1 viewing) 
Go to bottom
TOPIC: Re:Website can slide from side to side
#5194
LN Webdesign
Fresh Boarder
Posts: 14
User Offline
Website can slide from side to side Karma: 0  
Hi.
And iphone and ipad http://kirstine-oerts.dk can slide around. How is it possible to lock sideways position?

Regards, Lars
 
Logged Logged  
  The administrator has disabled public write access.
#5195
John Dagelmore
Admin
Posts: 3716
User Offline
Re:Website can slide from side to side Karma: 79  
Hi Lars,

that happens because of a combination of settings, paddings, modules, etc and the native feature of iOS to manage extra side contents.

A couple of quick fix:

1)
Add the following style at the top of the css stylesheet file http://kirstine-oerts.dk/templates/responsivizer/css/main.css

Code:

#main_component {width: auto !important;}
2) Or set 0 padding for main component area as below image Best regards, John
 
Logged Logged  
  The administrator has disabled public write access.
#5196
LN Webdesign
Fresh Boarder
Posts: 14
User Offline
Re:Website can slide from side to side Karma: 0  
Hi.

#main_component {width: auto !important;}

did the trick, thanks.

Regards, Lars
 
Logged Logged  
  The administrator has disabled public write access.
Go to top