Reply To: Padding Left/Right Non Mobile

Home Forums Support Padding Left/Right Non Mobile Reply To: Padding Left/Right Non Mobile

Home Forums Support Padding Left/Right Non Mobile Reply To: Padding Left/Right Non Mobile

#208843
Tom
Lead Developer
Lead Developer

Hi there,

I think we need a Mobile Spacing section with the spacing add-on.

Make your CSS a little more specific:

@media (max-width 768px) {
    body.one-container .site-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}