Refactor product detail layout and styles

- Adjusted column sizes in the product detail template for better responsiveness.
- Updated CSS to hide the short ID tab and modify margins for product attributes list.
- Commented out conditional blocks for product customization and additional info to streamline the template.
This commit is contained in:
2025-06-10 00:33:01 +02:00
parent c26eb99b18
commit 271a674f6a
8 changed files with 68 additions and 46 deletions

View File

@@ -615,4 +615,18 @@ a[href="https://redline.com.pl/pl/zamówienie?newAddress=invoice"] {
content: '' !important;
}
}
}
.idTabHrefShort.page-product-heading {
display: none;
}
#pdproductattributeslist {
margin: 10px 0 20px !important;
.footer_actions {
.pull-right {
float: none !important;
}
}
}