How do I move the subheading upwards here so it's not so close to the products

Topic summary

A user wants to increase the spacing between a subheading text and product listings on their Shopify store.

Proposed Solution:

  • Add custom CSS to the theme.liquid file
  • Insert code before the closing </body> tag
  • The CSS targets a specific collection section and adds bottom margin (39px) to the description paragraph

Implementation Steps:

  1. Navigate to Online Store → Theme → Edit code
  2. Open theme.liquid file
  3. Paste the provided CSS styling code

Status: The thread appears to have a proposed solution but no confirmation yet whether it resolved the issue. The response includes an image demonstrating the code placement.

Summarized with AI on November 5. AI used: claude-sonnet-4-5-20250929.

I just want to move this text upwards so that it is space out between the text an the products

My URL is cheffings.net

Hello @lukafernada

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

#shopify-section-template--20696042766685__featured_collection_NebVr7 .collection__description p { margin-bottom: 39px !important; }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

1 Like