Okay
  Public Ticket #990421
Button "Add to cart" very big button
Closed

Comments

  •  2
    angelflores started the conversation

    Hi.

    The button add to the cart in the mobile version comes in the next line, instead of coming in line with the amount.
    Is it possible to reduce the size of the button or adjust it so that it is aligned?

    Sorry for the English, I'm using Google Translate

  •  8,996
    Tahir replied

    Hey ,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .woocommerce-page button[type="submit"].single_add_to_cart_button, .ascend.woocommerce-page .container-wrap button[type="submit"].single_add_to_cart_button, body[data-button-style="rounded"].ascend.woocommerce-page .container-wrap button[type="submit"].single_add_to_cart_button {
        padding: 22px 20px!important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    angelflores replied

    Perfect