Home Forums WoodMart support forum Change product grid style

Change product grid style

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #334938

    Green Oranges
    Participant

    Hi,
    Can you change the product style on the shop page? Check the attached screenshot.

    Also, I want to have the quantity field beside the Add to cart button without changing the current layout.

    Attachments:
    You must be logged in to view attached files.
    #334977

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woodmart-add-btn{
    display:flex;
    flex-direction:column;
    }
    body .woodmart-add-btn div{
    	order:2;
    	margin:5px auto!important;
    }

    Best Regards

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