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

    Hi, how can I make the order button on the checkout page to be full width?

    #961921

    Hey DROR,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - Full width checkout button */
    
    #top .woocommerce-checkout-payment .button {
        display:block;
        width:100%;
        text-align:right;
    }
    
    /* End CSS */
    
    

    Result:

    Best regards,
    Vinay

    #962002

    Thanks. how can I make the button font bigger?

    #962454

    Hi,

    Add this to quick css:

    
    #place_order{
    font-size:20px!important;
    }

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.