Home Forums WoodMart support forum Change Product name + price placement

Change Product name + price placement

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #180916

    [email protected]
    Participant

    Hi,

    I am trying to change the alignment of the product name and placement, it is centered to the picture, and I want it to be aligned to the left.
    How can I do it?

    Thank you!

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

    Hello,

    I saw the screenshots you attached. To move the product titles on the left side you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-grid-item .product-title {
    text-align: left;
    }

    Best Regards.

    #180933

    [email protected]
    Participant

    Thank you!
    This works with the Product name, but doesn’t work with the price.
    Hoy can I change the price alignment too?

    Thank you

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

    Hello,

    I saw the screenshot you attached. To align the price to the left you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-grid-item .price {
    text-align: left;
    }

    Best Regards.

    #180948

    [email protected]
    Participant

    THANK YOU!

    #180949

    Hello,

    We are thrilled that you loved your experience with XTEMOS, We put customer experience and satisfaction as our priority, and your words reaffirms the hard work we put in every day. So thanks for your kind words and we look forward to seeing you again.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Change Product name + price placement’ is closed to new replies.