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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user