Breadcrumbs to the left hand side above product image

Hi all,

Happy Wednesday. I’m hoping to get some assistance with moving our breadcrumbs to the left hand side of the product page above the product image if possible. I think it looks really messy where it currently is.

Theme: Palo Alto

Url: Elektra Micro Casa Lever Coffee Machine – Prestige Coffee

Any assistance would be greatly appreciated.

Thank you so much in advance!

breadcrumbs are part of product details section, therefore they can be forced to be on left side, but can create overlapping issues on some devices, , it would look like this on desktop

Please add this code to Custom CSS in your theme settings.

@media (min-width: 750px) {
nav.breadcrumbs {
    position: absolute;
    left: -100%;
    padding-top: 8px;
}
.product-single__gallery {
    margin-top: 40px;
}
}


Best regards,

Dan from Ryviu: Product Reviews App

1 Like

You are literally my life-saver today. THANK YOU AGAIN

1 Like

You are always welcome!