Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

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,280
    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,280
    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