adrienner Posted June 19, 2023 Posted June 19, 2023 (edited) Recently, checkboxes in Form Blocks in 7.0 websites changed shape and vary in width according to the length of the checkbox option text. Is there CSS code to fix this problem? Thanks! Edited June 20, 2023 by adrienner
creedon Posted June 19, 2023 Posted June 19, 2023 Please post the URL for a page on your site where we can see your issue. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. We can then take a look at your issue. You may find How to post a forum question post useful. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
adrienner Posted June 20, 2023 Author Posted June 20, 2023 https://www.insightbodywork.com/saratoga-springs-sept24-registration2023
Solution creedon Posted June 20, 2023 Solution Posted June 20, 2023 This is an SS issue. SS used inline-flex on the check/text element pairs and when there is a lot of text, the checkbox is forced to be smaller. As a workaround you can try the following. .form-wrapper .react-form-contents .field-list .checkbox input { min-width : 16px; } Let us know how it goes. paul2009 and HeyItsPrescott 2 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment