Conflict Vertical radio buttons and Scrolling

By: Ivan Stachoulenok | Asked: 06/22/2022
ForumsCategory: General questionsConflict Vertical radio buttons and Scrolling
Ivan StachoulenokIvan Stachoulenok asked 2 years ago
I have a 7 page form where each page has three columns. In order to achieve the desired form design and see all the information, I used CSS to get scrolling. #frm_field_548_container { height: 600px; overflow-y: scroll; overflow-x: hidden !important; } #frm_field_587_container { height: 600px; overflow-y: scroll; overflow-x: hidden !important; } #frm_field_593_container { height: 600px; overflow-y: scroll; overflow-x: hidden !important; } #frm_field_631_container { height: 600px; overflow-y: scroll; overflow-x: hidden !important; } #frm_field_858_container { height: 600px; overflow-y: scroll; overflow-x: hidden !important; } /* .frm_radio { height: 23px !important; } */  But I need the vertical radio buttons located on the page 3 and 4 in the left column to have a distance of 2px from each other. Because I will be using up to 96 radio buttons. It works for me if I insert CSS: .frm_radio { height: 23px !important; } . But then the scrolling stops working and there is a multiple overlay of pictures in the second column. Can this be fixed somehow?
Attachments
1 Answers
Victor Font answered 2 years ago
It's not possible to know what's wrong without examining your site. If you post a link to the page, perhaps a community volunteer will be willing to take a look and help.

Making the Best WordPress Plugin even better - Together

Take on bigger projects with confidence knowing you have access to an entire community of Formidable Experts and Professionals who have your back when the going gets tough. You got this!
Join the community
crossarrow-right