Hello there! In my website https://ateliertenera.com/collections/zodiac-dresses
I want to reduce the gap between the pharagraph and products ( in this specific collection page) however while doing that I don’t want to change the template of my other collection pages. Can you help me customise my theme (Dawn THEME)?
Thank you!
06-22-2022 05:34
Hi,
Please follow the following instructions.
- From your Admin Page, click Online Store > Themes >Actions > Edit code
- In the Asset folder, open the base.css
- Paste the code below at the very bottom of the file.
div#shopify-section-template--15421610197197__product-grid {
margin-top: -10rem;
}
Hello! So what happened was in mobile version it worked however in desktop - full screen mode it didn’t change anything…