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:
@@ -68,8 +68,8 @@ let PdProductAttributesList = {
|
||||
step: 1,
|
||||
decimals: 0,
|
||||
verticalbuttons: true,
|
||||
verticaldownclass: 'fa fa-angle-down touchspin-down bootstrap-touchspin-down material-icons touchspin-down',
|
||||
verticalupclass: 'fa fa-angle-up touchspin-up bootstrap-touchspin-up material-icons touchspin-up',
|
||||
verticaldownclass: 'fa fa-minus touchspin-down bootstrap-touchspin-down material-icons touchspin-down',
|
||||
verticalupclass: 'fa fa-plus touchspin-up bootstrap-touchspin-up material-icons touchspin-up',
|
||||
buttondown_class: 'btn btn-touchspin js-touchspin ',
|
||||
buttonup_class: 'btn btn-touchspin js-touchspin '
|
||||
});
|
||||
@@ -80,8 +80,8 @@ let PdProductAttributesList = {
|
||||
step: 1,
|
||||
decimals: 0,
|
||||
verticalbuttons: true,
|
||||
verticaldownclass: 'fa fa-angle-down touchspin-down bootstrap-touchspin-down material-icons touchspin-down',
|
||||
verticalupclass: 'fa fa-angle-up touchspin-up bootstrap-touchspin-up material-icons touchspin-up',
|
||||
verticaldownclass: 'fa fa-minus touchspin-down bootstrap-touchspin-down material-icons touchspin-down',
|
||||
verticalupclass: 'fa fa-plus touchspin-up bootstrap-touchspin-up material-icons touchspin-up',
|
||||
buttondown_class: 'btn btn-touchspin js-touchspin ',
|
||||
buttonup_class: 'btn btn-touchspin js-touchspin '
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user