Home Forums Basel support forum SHOP PAGE LEFT COLUMN Reply To: SHOP PAGE LEFT COLUMN

#225290

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