Hi
I'm Davide Molina and this is my website: https://yoursafecuddle.com/
I want to remove the space between the paragraph. (I have already looked at the various answers, but I have tried to insert the codes in my site but they do not work).
Thank you so much
Hi @DavideMolina
Thanks Welcome to the Shopify community!
Please share your site Password,
So I will check and provide a solution here.
Hi @DavideMolina
Thanks for the share URL.
1. Go to Online Store->Themes->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 749px){
.index-section {
padding-top: 25px;
padding-bottom: 25px;
}
.product-form {
padding-top: 0;
}
.product-single__media-group {
margin-bottom: 0;
}
}
User | Count |
---|---|
65 | |
61 | |
47 | |
43 | |
30 |