Home › Forums › Basel support forum › Sidebar size › Reply To: Sidebar size
March 14, 2017 at 2:54 pm
#10814
Artem Temos
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.sidebar-container {
width:10%;
right:90%;
}
.product-design-compact .product-image-summary {
width:90%!important;
left:10%;
}
Regards