Home Forums WoodMart support forum text move to center

text move to center

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

    masood nikroo
    Participant

    Hello,
    i want to move this text to center and this text locate under add to cart button on product page.
    https://drive.google.com/file/d/1J0HM0B_coioNlIRMPf2mdaTbhRzzfeoS/view?usp=drivesdk

    Regards.

    #160552

    Hello,

    To display that text in center which you pointed out in your screenshot you can use the below CSS code in global custom CSS area under theme settings >> Custom CSS:

    .single-product-page .product-image-summary .woodmart-before-add-to-cart, .product-image-summary .woodmart-after-add-to-cart {
    margin-left: 10%;
    }

    Best Regards.

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