Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1003639
    mattheltzel
    Participant

    After a long day of getting my Woocommerce cart all set up, my one last struggle is getting the “order now” button to look how I want it to. I found out how to edit the button text, but the button itself doesn’t resize when you make the window larger or smaller. I’d like it to just fill the entire left column and get larger and smaller based on the size of column. Possible?

    https://renaissancepassport.com/checkout/?add-to-cart=460

    #1003650
    Christian
    Moderator

    Hey there,

    Please try adding the code below in your Appearance > Customize > Custom > CSS

    .woocommerce-account .button, .woocommerce-checkout .button {
        width: 100%;
    }

    Hope that helps. 🙂

    #1003873
    mattheltzel
    Participant

    Aaaaaaah I thought I tried that last night! Must not have though… IT WORKED! Thank you!

    #1003913
    Thai
    Moderator

    You’re most welcome 🙂

  • <script> jQuery(function($){ $("#no-reply-1003639 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>