HOW TO ADD PADDING BEFORE "RECENTLY VIEWED" SECTION
-
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.
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
.single .product-share {
margin-bottom: 40px;
}
Best Regards
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.
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
The topic ‘HOW TO ADD PADDING BEFORE "RECENTLY VIEWED" SECTION’ is closed to new replies.