Archived topic
Unknown mobile side bar space
3 replies · Started by chris on May 13, 2021
hi im trying to resolve an issue with my site on mobile view.
users can scroll out abit on mobile and see a gap at the right hand side of the site ( This includes the footer bar too )
I was wondering what is causing the issue as i cannot find it?
This is a site wide issue thank you!
Hi there,
the issue is related to this custom CSS:
button.menu-toggle {
background-color: transparent;
flex-grow: 1;
border: 0;
text-align: center;
margin-right: -50px !important;
margin-left: -10px !important;
}
The negative margins on the toggle are causing the element to overflow which leads to horizontal scroll.
Awesome thanks
You're welcome