Home › Forums › WoodMart support forum › Login RTL and product image › Reply To: Login RTL and product image
December 3, 2021 at 11:27 am
#336697
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 1024px){
body .wd-buttons .wd-quick-view-icon,
body .wd-buttons .wd-compare-btn {
display: inline-block;
}
}
Best Regards