staaks Posted February 28, 2014 Report Share Posted February 28, 2014 Hey guys, I need the labels of radio buttons styled. Actually, I just need them to move down with 5px without the radio button themselves moving down. I'm already browsing the style of my form but can't seem to find it. Any help? Thanks in advance! Quote Link to comment Share on other sites More sharing options...
0 MayMusic Posted March 6, 2014 Report Share Posted March 6, 2014 What ever you do in different browsers they will show differently there is no control over it. If you test your page in different browser and versions you will see what I mean. Sorry it is a internet thing ... Quote Link to comment Share on other sites More sharing options...
0 autonumber Posted June 3, 2022 Report Share Posted June 3, 2022 Hi! if you need to slightly move down the label of the Radio button, add this code on the header of your DataPage. <style> section[class^="cbFormSection"] input[type=radio] + label { vertical-align: sub; } </style> Quote Link to comment Share on other sites More sharing options...
0 Kurumi Posted September 23, 2022 Report Share Posted September 23, 2022 Hi - Just an update regarding Radio Buttons. Caspio will be introducing a new DOM structure of the radio button in DataPages. If you are using custom scripts to access the DOM structure of radio button groups, you should revise them to use the element “ID” or “name” or "type=radio" attribute instead. For more information, you can check it here: https://howto.caspio.com/release-notes/caspio-34-0/impacted-areas-34-0/ Quote Link to comment Share on other sites More sharing options...
Question
staaks
Hey guys,
I need the labels of radio buttons styled. Actually, I just need them to move down with 5px without the radio button themselves moving down.
I'm already browsing the style of my form but can't seem to find it. Any help?
Thanks in advance!
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
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.