Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #3485218
Buttons
Closed

Comments

  • Susan Colao started the conversation

    How can I make specific buttons fullwidth? I don't want all the buttons on the site full width, just specific ones. 

  •  7,092
    Oliver replied

    Hi,

    Add any class to the column with this button for example full-button and this CSS code:

    .full-button .gem-button-container {
        float: left;
        width: 100%;
    }
    .full-button a.gem-button {
        width: 100%;
        margin: 0 !important;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Susan Colao replied

    That worked. Thank you! 

  •  7,092
    Oliver replied

    You're welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver