Home Forums WoodMart support forum In List View, align the button to the right-side

In List View, align the button to the right-side

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #598795

    Jeriss Cloud Center
    Participant

    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.
    #598904

    Luke Nielsen
    Keymaster

    Hello,

    Define the SKU for those products – https://take.ms/XOKLj, then recheck the issue.

    Kind Regards

    #598905

    Jeriss Cloud Center
    Participant

    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

    #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

    #599347

    Jeriss Cloud Center
    Participant

    Perfect, thanks !

    You can close this ticket

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘In List View, align the button to the right-side’ is closed to new replies.