RuthLJ Posted April 4 Share Posted April 4 Does anyone have working code that makes the radio buttons in a form horizontal not vertical. This form will be within the course content. Thanks so much. Link to comment
tuanphan Posted April 7 Share Posted April 7 Hi, Can you share link to page where you use form? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
holahannah Posted April 14 Share Posted April 14 Hi @RuthLJ and @tuanphan, Did you manage to figure out how to do this? I'm trying to achieve the same thing on the website below (form in the footer): https://rocketrehab.squarespace.com/ password: rocket I'm trying to figure out how to make the radio buttons horizontal, as per the screenshot attached. Where you about to resolve this? Link to comment
tuanphan Posted April 16 Share Posted April 16 On 4/14/2024 at 1:24 PM, holahannah said: Hi @RuthLJ and @tuanphan, Did you manage to figure out how to do this? I'm trying to achieve the same thing on the website below (form in the footer): https://rocketrehab.squarespace.com/ password: rocket I'm trying to figure out how to make the radio buttons horizontal, as per the screenshot attached. Where you about to resolve this? You can use this code to Website > Website Tools > Custom CSS fieldset#radio-702f2676-2a25-4355-8e28-1f26b5271a1b { display: grid; grid-template-columns: repeat(2,1fr); } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
holahannah Posted April 25 Share Posted April 25 Thank you @tuanphan that seemed to do the trick! Link to comment
holahannah Posted April 25 Share Posted April 25 Hi @tuanphan, Do you know if it's possible to make the radio button change colour (#ED1651) when it's selected? Like the screenshot attached. I'm not sure if it's possible. Also, is there a way to move the 'Feedback' radio button over to the left side a bit more? https://rocketrehab.squarespace.com/ password: rocket Many thanks Link to comment
tuanphan Posted April 27 Share Posted April 27 On 4/26/2024 at 2:07 AM, holahannah said: Hi @tuanphan, Do you know if it's possible to make the radio button change colour (#ED1651) when it's selected? Like the screenshot attached. I'm not sure if it's possible. Also, is there a way to move the 'Feedback' radio button over to the left side a bit more? https://rocketrehab.squarespace.com/ password: rocket Many thanks It looks like there is no way to adjust this https://stackoverflow.com/questions/4253920/how-do-i-change-the-color-of-radio-buttons but you try posting your question to some SS groups on Facebook, maybe someone has a trick to do this. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment