Jump to content
  • 0

Set radio button column to columns


Hayley

Question

4 answers to this question

Recommended Posts

  • 0

Hello! You can also try the code below to create columns for your Radio buttons. 

<style>
span[data-cb-name="cbFormDataRadios"]{
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 5px;
}
</style>

image.png.c18d57f27a55aba2f03ba7c248dcdc43.png

 

Please note that when you are creating columns using this code, the Radio buttons itself is considered as 1 column as it is separated with its labels. If you would like to display it as four columns, you can adjust the number for grid-template-columns to 8. 

image.png.4654296dcf2b3fcd7494384c5775ad1c.png

 

Hope this helps! 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...