Home Forums WoodMart support forum HOW TO ADD PADDING BEFORE "RECENTLY VIEWED" SECTION

HOW TO ADD PADDING BEFORE "RECENTLY VIEWED" SECTION

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #112096

    Jeriss Cloud Center
    Participant

    How can I add a padding before the section “Recently Viewed” just for mobile & mobile landscape?

    Attachments:
    You must be logged in to view attached files.
    #112196

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    .single .product-share {
        margin-bottom: 40px;
    }

    Best Regards

    #112474

    Jeriss Cloud Center
    Participant

    Thanks. I just noticed tough that there are strange paddings in those blocks.
    Are they normal?

    Attachments:
    You must be logged in to view attached files.
    #112682

    Hello,

    Have a look at the screen to understand the reason https://gyazo.com/a3839be05e9d9248e5a70d0344c613ee

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    body .product-tabs-wrapper {
        padding-top: 0px;
    }

    Best Regards

    #112706

    Jeriss Cloud Center
    Participant

    Thanks point closed

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

The topic ‘HOW TO ADD PADDING BEFORE "RECENTLY VIEWED" SECTION’ is closed to new replies.