Main page banner overflows
-
The main banner overflows.
This additional CSS has fixed it but, cannot make CSS work for mobiles. Only main page, the rest is ok, as there is no main banner, obviously.
.overflow-fix {
overflow-x: hidden !important;
max-width: 100vw !important;
position: relative;
}html, body {
overflow-x: hidden !important;
width: 100% !important;
margin: 0 !important;
}The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.


