Proper padding


How do i add padding without disrupting mobile looks?

Hi there,

Please click on the customize option of the Text element:

Then add this code in the Element CSS:

@media(min-width: 768px) {
    $el {
        padding-right: 30px !important;
    }
}

Hope this helps.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.