I think this is right?
@media only screen and (max-width: 960px) and (min-width: 480px){
.col-3cm .s1.collapsed {
display: none;
}}
@media only screen and (max-width: 960px) and (min-width: 480px){}
.col-3cm .s2.collapsed {
display: none;
}
@media only screen and (max-width: 960px) and (min-width: 480px){
.col-2cr .container-inner>.main::before, .col-2cr .main-inner, .col-3cm .container-inner>.main::before, .col-3cm .main-inner {
padding-left: 0px;
padding-right: 0px;
}}
-
This reply was modified 6 years, 7 months ago by
flashoverau.
Ok, that seems to have solved both issues.
But now, on mobile I can’t scroll to the bottom of the page.
If I view the site on my phone, even on the main home page, you can’t scroll past a certain point. There is content below it, but something is preventing it from scrolling down.
-
This reply was modified 6 years, 7 months ago by
flashoverau.
Can you just confirm that’s the best way to remove the size bars from mobile?
I am getting mixed results.
Thanks 🙂