Home › Forums › Basel support forum › SHOP PAGE LEFT COLUMN › Reply To: SHOP PAGE LEFT COLUMN
September 10, 2020 at 8:34 pm
#225290
Elise Noromit
Member
Hello,
Please replace the code with this one:
@media (min-width: 768px){
body .sidebar-container.col-sm-2 {
width: 10%;
right:90%;
}
body .shop-content-area.col-sm-10 {
width: 90%;
left: 10%;
}
}
Best Regards