How do I remove the space between product images on homepage featured collection,

BarbsNwires
Excursionist
15 0 2

Here's my website https://www.headofthebaptist.com/ 

i would like to remove the space between the product images on the collection featured right underneath the slider image on my homepage,

any help is much appreciated.

Replies 9 (9)
Made4uo-Ribe
Shopify Partner
4007 916 1120

Hi @BarbsNwires 

Do you mean this one?

 

Made4uoRibe_0-1697838422516.png

If it is try this one.

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

section#shopify-section-template--14262084501562__featured-collection {
    margin-top: 0px !important;
}

 

  • And Save. 
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


BarbsNwires
Excursionist
15 0 2

Hey, thank you so much for replying to me.

I did locate the base.css file (i have no exact name files style.css and theme.css, only the base one was a css) i did copy and paste. then saved but no changes unfortunately.

Made4uo-Ribe
Shopify Partner
4007 916 1120

Try this one. 

Same Instruction. 

.section+.section {
    margin-top: 0px !important; 
}

Save and Refresh. 

Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


BarbsNwires
Excursionist
15 0 2

Hey!

Thank you for the msg, unfortunately that didn't work either though.

BarbsNwires
Excursionist
15 0 2

Hey, thank you for the tip. Will reach out, if all else fails!

PageFly-Oliver
Navigator
459 87 79

Hi @BarbsNwires ,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

<style>
section{
 margin-top:36px !important
}
</style>



Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

BarbsNwires
Excursionist
15 0 2

Hey Oliver,

 

Thank you so much for the help, I did try but unfortunately it just added a white space between the header and the my slider image.

Any other suggestions will be much appreciated! many thanks x

PageFly-Oliver
Navigator
459 87 79

Hi @BarbsNwires ,

You can try

#shopify-section-template--14660639588410__a0cf5780-3951-412d-82de-cfa3e7eb3bba slider-component > ul{
gap:15px !important
}

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

BarbsNwires
Excursionist
15 0 2

A little heads up for anyone posting in these threads, as I was contacted by a so called Shopify expert, saying he can help and all he needs was access to my store. I noticed he joined as a customer same time I made this post, so when i asked him for his profile link as a shopify expert, he said he had to run and never got back to me. So yeah be careful everyone!