Hello!
When using Beaumont on Mobile, if I swipe Left, the whole page goes left like the pictures show. That only happens if the menu is appearing.
Hello
Would you have a URL to an example of this issue?
Ciarán
@media only screen and (max-width: 1200px) {
.wrapper960 {
width: 100%;
}}
Thank you
To amend try adding the following to the Custom CSS field of your templates parameters...
@media only screen and (max-width: 1200px) {
.wrapper960 {
width: 100%;
}}
Ciarán
html {
overflow-y: auto;
overflow-x: auto;
}