- This topic has 1 reply, 2 voices, and was last updated 6 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
On both iPhone and iPads the page
http://dev.peninsulapropertydirect.com.au/
does not work properly. When the widget is closed it does not collapse fully and the entire page width gets messed up. Please fix and send me a solution
Images attached to show you the problem
Eric
Add following css in your theme’s style.css file, It will solve the issue,
body {
overflow-x: hidden;
}