Comments 21Sanjay started the conversationApril 8, 2020 at 4:06amHi, I'm wondering if it is possible to make individual buttons full screen width?Thanks 3,021Andrew repliedApril 8, 2020 at 6:04amHi Sanjay,Use the following custom css: .button_div input.buttons { width: -webkit-fill-available; } Hope this helps. 21Sanjay repliedApril 8, 2020 at 6:16amI need an extra-class code so I can apply it so specific sections on a page. 3,021Andrew repliedApril 8, 2020 at 9:09amHi Sanjay,Edit row and add class nameThanks. 21Sanjay repliedApril 8, 2020 at 9:15amI did that already, but the code isn't working... 3,021Andrew repliedApril 8, 2020 at 9:42amHi Sanjay,Share a url to the page and show us the buttons on the specific section you would like changedd.Thanks. 21Sanjay repliedApril 8, 2020 at 9:56amhttps://phoenixyogastudios.com.au/app-ringwoodThe 'login' and 'read' button under the login button. 3,021Andrew repliedApril 8, 2020 at 5:49pmHi Sanjay,Try this: .button_div .nectar-button.n-sc-button { width: -webkit-fill-available; } Kind regards. 21Sanjay repliedApril 9, 2020 at 5:56amGreat, thanks! Sign in to reply ...
Hi, I'm wondering if it is possible to make individual buttons full screen width?
Thanks
Hi Sanjay,
Use the following custom css:
Hope this helps.
I need an extra-class code so I can apply it so specific sections on a page.
Hi Sanjay,
Edit row and add class name
Thanks.
I did that already, but the code isn't working...
Hi Sanjay,
Share a url to the page and show us the buttons on the specific section you would like changedd.
Thanks.
https://phoenixyogastudios.com.au/app-ringwood
The 'login' and 'read' button under the login button.
Hi Sanjay,
Try this:
Kind regards.
Great, thanks!