My theme Prestige has a odd mobile banner that looks fine on Desktop. Is there a way to add some space below the button on mobile? See the image below to understand what I mean. It runs into the next banner below it.
Solved! Go to the solution
Hello,
Please share:
- your store URL;
- page URL with the issue you mention;
- storefront password (if your store has one).
Kind regards,
Diego
This is an accepted solution.
@blakeerea
Do this to fix it in 20 seconds:
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
@media (max-width:643px){
.shopify-section:not(.shopify-section--slideshow) .SectionHeader__ButtonWrapper {
padding-bottom:80px !important;
}
}
Please let me know whether it works.
Kind regards,
Diego
User | Count |
---|---|
23 | |
19 | |
18 | |
17 | |
16 |