Pipeline theme - Adding padding to breadcrumb

Hi there,

I would like to move the breadcrumb section to the right on desktop ONLY so that it aligns with my main image

https://yoonek.com.au/products/engraved-stainless-steel-matte-black-cocktail-shaker-set-of-5

Thank you for your help

Hi @Tony1992 ,

Step 1: Go to Shopify Admin β†’ Online Store ->Theme β†’ Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:

{% if template.name == 'product' %}

{% endif %}

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Hi there,

Thank you for that, that fixed it on the product page, but on the collection page it’s the same.

Hi @Tony1992 ,

Step 1: Go to Shopify Admin β†’ Online Store ->Theme β†’ Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:

{% if template.name == 'collection' %}

{% endif %}

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes: