How to eliminate the space between breadcrumb and product?

Solved

How to eliminate the space between breadcrumb and product?

mahasobhi047
Tourist
22 0 3

Screenshot 2023-09-14 143059.png

 

How Can I Remove The Spac E Between Breadcrumb And Product

Accepted Solution (1)

INA_MSWEB
Shopify Partner
1281 144 168

This is an accepted solution.

Hi @mahasobhi047 


I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the style.css file:

.ltn__breadcrumb-area {margin-bottom: 50px !important;}

 

 

Regards,

San

If it’s helpful to you, please mark it as a solution.  


Need Help with Shopify Design, Migration, Speed, or Custom tasks?  
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin

View solution in original post

Replies 8 (8)

Artzen_tech
Shopify Partner
555 114 111

Hello @mahasobhi047 
Its Artzen Technologies! We will be happy to help you today.


PLEASE SEND ME YOUR STORE URL

 

Let me know if need further assistance
Regards,
Artzen Technologies

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify
mahasobhi047
Tourist
22 0 3
Artzen_tech
Shopify Partner
555 114 111

Hello @mahasobhi047 
Its Artzen Technologies! We will be happy to help you today.

 

Follow the Below Steps:
1) Go to your Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following CSS at the bottom of the file above </body>

 

<style>
.template-product .breadcrumbs{
    margin-bottom: 40px!important;
}
</style>​

 

AFTER ADDING ABOVE CSS THE RESULT:

Artzen_tech_0-1694684884787.png

 

Let me know if need further assistance
Regards,
Artzen Technologies

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify

INA_MSWEB
Shopify Partner
1281 144 168

This is an accepted solution.

Hi @mahasobhi047 


I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the style.css file:

.ltn__breadcrumb-area {margin-bottom: 50px !important;}

 

 

Regards,

San

If it’s helpful to you, please mark it as a solution.  


Need Help with Shopify Design, Migration, Speed, or Custom tasks?  
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin

Dan-From-Ryviu
Shopify Partner
12019 2348 2528

Hi @mahasobhi047 

You can add this code to theme.liquid file before </head> 

<style>
.breadcrumbs { margin-bottom: 20px !important; }
</style>

 

Screenshot 2023-09-14 at 16.46.53.png

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Shane_h
Pathfinder
105 3 29

Hi Dan so i have done this on our charge theme @ this URL https://kitout-fitness.co.uk/collections/women  and set it at various points 0, 10, 20  it will increase over about 40 but wont go below that i wonder if you have any suggestions for this please thanks shane Screenshot 2025-05-11 123339.jpg

Dan-From-Ryviu
Shopify Partner
12019 2348 2528

Please add this code to Custom CSS of your theme settings 

@media (min-width: 750px) {
    :is(.spaced-section) {
        margin-top: .5rem !important;
    }
}

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Shane_h
Pathfinder
105 3 29

perfect thank you Dan

 

regards shane