Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #802151

    Hi, how can I move the buy button and the quantity selector to the right side so it will align with the text and title above – https://screencast.com/t/uyF8Z7taDzY? Also, how can I increase the font in the add to cart button (but without it affecting any other buttons on the site)?

    Thanks.

    #802157

    Hey DROR,

    Please add following code to Quick CSS

    .single form.cart .button, .single div form.cart div.quantity { float: right; }
    .single div form.cart div.quantity {
        margin: 0 0 5px 3%;
    }
    #top form.cart .button {
        font-size: 18px;
    }

    Best regards,
    Yigit

    #802245

    Great as usual. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to move the buy button on a product page to the right?’ is closed to new replies.