Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi,
How can I reverse the position of the promotion price with the original price. I need the scratched price to appear in front of the promotional price, on the store page and on the product page.
How do I put breadcrumb with 100% above the contents of the product page, can you help me with this?
Thank you
“How can I reverse the position of the promotion price with the original price. I need the scratched price to appear in front of the promotional price, on the store page and on the product page.” – This I already solved
I need help with breadcrumb only
Hello,
To make the breadcrumbs fullwidth please add this code into your custom css box:
.woocommerce .woocommerce-breadcrumb {
margin-top: -47px !important;
margin-left: -285px !important;
}
.woocommerce div.product .product_title {
clear: none;
margin-top: 20px !important;
}
Change the values to your wish.
Best regards!
This way it does not work in certain resolutions and in the mobile version it disappears. I wanted it to be kept on top of the photo.
Hello,
The breadcrumbs are inside the second div (first div contains product image), where the product description text is. To make it like you want it, you should change the code directly. This is not recommended as it will prevent you from taking future updates. So achieving it with css is most convenient.
You may style it for other resolutions using the css @media
rule. Use % instead of px to make it more flexible.
Please keep in mind that personal customizations are not included in support.
Best regards!
You must be logged in to reply to this topic.