Hi,
I cannot find out what makes a horizontal scrollbar on every screen size below 1400px.
(No scroll bars on 1401+ pixels.)
Deactivating module positions (Shop modules etc.) ... did not help.
I have no idea anymore.
Thanks,
Walter
Hi,
I cannot find out what makes a horizontal scrollbar on every screen size below 1400px.
(No scroll bars on 1401+ pixels.)
Deactivating module positions (Shop modules etc.) ... did not help.
I have no idea anymore.
Thanks,
Walter
Hi Walter,
You can try this custom css:
.container, .t4-masthead .t4-masthead-detail, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
padding-left: 1.125rem;
padding-right: 1.125rem;
}
You're welcome