Home Forums WoodMart support forum Padding response

Padding response

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34469

    MAYZEL
    Participant

    How to disable a certain row padding on mobile device?

    #34473

    Artem Temos
    Keymaster

    Hi,

    Unfortunately, there is no option to remove it for certain devices only. But you can try to add some extra class for this row (for example remove-padding) and then put the following code snippet to the custom CSS area for mobile devices only

    .remove-padding { padding:0!important; }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)