Comments Susan Colao started the conversationSeptember 25, 2023 at 10:18amHow can I make specific buttons fullwidth? I don't want all the buttons on the site full width, just specific ones. 7,092Oliver repliedSeptember 25, 2023 at 10:24amHi,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, OliverSusan Colao repliedSeptember 25, 2023 at 10:32amThat worked. Thank you! 7,092Oliver repliedSeptember 25, 2023 at 10:45amYou'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 Sign in to reply ...
How can I make specific buttons fullwidth? I don't want all the buttons on the site full width, just specific ones.
Hi,
Add any class to the column with this button for example full-button and this CSS code:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
That worked. Thank you!
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