Hi there,
For some reason when my site is used on the iphone (small devices) the whole site gets cut off on one side. This doesnt happen on the iPad but does happen on iphone in landscape and portrait. Cant say if its for all mobile phone devices though.
How can I fix this?
My website is http://www.andypeck.co.uk
Cheers
Andy
Hey!
Try to insert following code into the quick css field
.html_boxed #main {
overflow: visible;
}
Best regards,
Peter