In List View, align the button to the right-side
-
Hello,
In the shop page (link in private), how can I make sure the button remains aligned displayed on the right?
Screenshot attached.
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Define the SKU for those products – https://take.ms/XOKLj, then recheck the issue.
Kind Regards
Hi Luke, yes but for some products there may no be any SKU.
So if there is no SKU, how can I align the button to the right-side? Thanks
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
Perfect, thanks !
You can close this ticket
The topic ‘In List View, align the button to the right-side’ is closed to new replies.