Home Forums WoodMart support forum Make product title, price and vendor name be aligned to the left

Make product title, price and vendor name be aligned to the left

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #377225

    contactpleazurr
    Participant

    Hello,

    How can I make product title, price and vendor name be aligned to the left (instead of centered)?
    https://snipboard.io/3nRjS7.jpg

    #377361

    Hello,

    Please provide the page URL.

    Best Regards

    #377404

    contactpleazurr
    Participant

    Hello,

    This is for all my product thumbnails which is on my home page and all over my site. Please see private content for a URL.

    #377727

    Hello,

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

    .product-grid-item .wd-entities-title {
        text-align:left;
    }
    .product-grid-item .price {
        text-align:left;
    }
    .product-grid-item .details {
        text-align:left;
    	  display:block;
    }

    Best Regards

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