We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How to remove space between the heading and the prodcuts in a featured collection? (Dawn theme)

How to remove space between the heading and the prodcuts in a featured collection? (Dawn theme)

Element1
Explorer
61 0 10

Hi! So, I want to bring down the heading and the shop all button in my featured collection, so they are directly above the products, I feel like they look like they're floating atm

 

On mobile, it's already perfect but on desktop, the gap is rather large - see photos below!

 

This is how it looks on the desktop:

Screenshot 2025-06-12 151134.png

 

This is how it looks on mobile, which I like and I want it to look like this on desktop too:

IMG_2215.jpeg

 

 

here's my website link: https://6ohwhed1vhqdxvi0-27884224571.shopifypreview.com

 

I appreciate any help!

Replies 10 (10)

suyash1
Shopify Partner
11112 1367 1751

@Element1 - have you removed it?

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com
Element1
Explorer
61 0 10

Sorry, I accidentally provided the URL for a separate theme! Here's the correct one: https://6ohwhed1vhqdxvi0-27884224571.shopifypreview.com

suyash1
Shopify Partner
11112 1367 1751

@Element1 please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css

 

@media screen and (min-width: 990px) {
    .collection__title--desktop-slider .title {margin-bottom: 0;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com
Element1
Explorer
61 0 10

thank you for replying! unfortunately, this didn't change anything

suyash1
Shopify Partner
11112 1367 1751

@Element1  can you please add this code again? I will chek on browser

 

@media screen and (min-width: 990px) {
    .collection__title--desktop-slider .title {margin-bottom: 0 !important;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com
Element1
Explorer
61 0 10

yes no problem! i've added it back into the code 

Moeed
Shopify Partner
7764 2082 2567

Hey @Element1 

 

I don't see the heading and the button on your website, do you have it disabled?

Moeed_0-1749738105612.png

 

Best,

Moeed

 

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Element1
Explorer
61 0 10

I accidentally provided the URL for a separate theme, sorry about that! Here's the correct one: https://6ohwhed1vhqdxvi0-27884224571.shopifypreview.com

WebDeskSolution
Shopify Partner
252 55 64

Hello @Element1 

 

Please follow the steps below after logging into the Shopify admin:

 

  • Go to your Shopify Admin panel.
  • Click on Online Store > Themes.

 

 

  • Find the live theme and then click Actions > Edit code.
  • Search base.css
  • Insert the provided CSS code at the end of the file and save the changes.

 

.collection .collection__title--desktop-slider .title
{
  margin-bottom: 0;
}
.collection .slider--desktop
{  
  margin-top: 0;
}

Please hit Like and Mark it as a Solution if you find our reply helpful.

Thank You,


WebDesk Solution Support Team
Get a Free Quote | Email | Shopify Partner | Shopify Development Agency | Call: 877.536.3789


Canada: 150 King St W. STE 200, Toronto, ON M5H 1J9

 | USA: 98 Cutter Mill Rd. STE 466, Great Neck, NY 11021

Element1
Explorer
61 0 10

thank you for replying! unfortunately this didn't make any changes