REDUCING GAP BETWEEN COLLECTION TITLE AND PRODUCT GRID

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.

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Asset folder, open the base.css
  3. 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…