Home › Forums › WoodMart support forum › In List View, align the button to the right-side › Reply To: In List View, align the button to the right-side
September 23, 2024 at 10:56 am
#599290
Bogdan Donovan
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
@media (min-width: 1025px) {
.archive .wd-product.product-list-item .price {
margin-left: auto;
}
}
Kind Regards