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

    What is the easiest way to center the quantity selector and Add to cart button when using the Product purchase button element?

    #1002239

    Hey hobart,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top form.cart {
        width: 22%;
        margin: 0 auto;
        padding-left: 10px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1003261

    Thank you! I noticed on mobile it cut off part of the button, so I switched from a percentage to set width and got it to work like I was hoping. Appreciate your help!

    #1003420

    Hi,

    I’m glad you got this resolved. If you need addition help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center Woocommerce Purchase Button’ is closed to new replies.