Home Forums WoodMart support forum Ajustar o botão de quantidade de itens

Ajustar o botão de quantidade de itens

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

    vixon
    Participant

    I’d like to make the height of the item quantity button centered on mobile, in line with the add to cart and buy now button.

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

    Hello,

    Please provide the product page URL and if your site is under construction, insert the site admin access into the Private content below the message area.

    Best Regards

    #394234

    vixon
    Participant

    Ok

    #394442

    Hello,

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

    body div.quantity input[type="button"],
    body div.quantity input[type="number"] {
        padding:15px 0 15px 0;
    	  height:auto!important;
    }

    Best Regards

    #394457

    vixon
    Participant

    Perfect

    #394555

    Hello,

    If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Ajustar o botão de quantidade de itens’ is closed to new replies.