Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1166039

    Matthieu
    Participant

    Hey there !
    I’d like to have the submit button with a maximum width of my column, just like the block option you have with buttons in cornerstone.
    Is that possible ?
    url : http://canopee-innovation.com/home

    #1166220

    Christian
    Moderator

    Hey there,

    Please add x-btn-block to your submit button like

    [submit "Send" class:x-btn-block]

    If you want it site-wide, please add the code below in your Appearance > Customize > Custom > Global CSS

    .wpcf7-submit {
        display: block;
        width: 100% !important;
    }

    Hope that helps. 🙂

    #1166221

    Matthieu
    Participant

    Totally !
    Thanks !

    #1166427

    Darshana
    Moderator

    Glad we were able to help 🙂