Hi everyone! Im tyring to remove the little horizontal scrolling that happens on this website when viewed on mobile. I’ve tried putting all sections at 100% or Auto, and cannot understand why it’s happening!!
@Andy2 you never want to set the body overflow to hidden unless you doing a custom scroll or webgl or canvas style site, you overflow hidden on elements such as section and divs to keep stuff from overflowing out of there container.
I’m using chrome right now, but it also happen in the editor when the size is set to something larger than the smallest breakpoint. I thought it was the navbar but its not !
Awesome you found the problem! Thanks a lot! I wanted to have some sort of padding so we can see the section background. So I left the padding on the container but set the section to overflow:hidden and it worked!
Thanks a lot @Poliigon, I’ve been trying to solve this for the past hour!
@Andy2 no problem but you have to keep in mind that by the time they are on a small screen that size there is not enough space. unless you make the forms itself a little smaller.