Hey, I’m having issues with my website www.mantlebunny.com . On mobile there is a lot of space between my featured collections on my homepage and he same in my suggested products at the checkout Please have a look. Any help would be very helpful. Thanks in advance.
Hello There,
1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme.scss.css and paste this at the bottom of the file:
@media screen and (max-width: 749px){
div#shopify-section-rich-text {
margin-top: 0;
margin-bottom: 20px;
}
div#shopify-section-rich-text p br {
display: none;
}
div#shopify-section-16264772179ef05377 {
margin-top: 20px;
margin-bottom: 30px;
}
.shopify-payment-button__button--hidden {
display: none;
}
}