Tagged: x
-
AuthorPosts
-
September 20, 2016 at 11:09 am #1183327
[email protected]ParticipantHi I am working on
theartefact.com/customise-jacket
Flip through the last page and you will see the last set of radio buttons before the email form are cut off. I tried inserting some code I found on another thread, but no luck.
Here is the code from the other thread
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
margin-left: 5px !important;
}September 20, 2016 at 11:14 am #1183332
[email protected]ParticipantIn the same breath, the words are to the left of the checkbox on preview and the box is below the form on the actual page. Gravity tells me when it works in preview, but broken in x it is an x problem.
thanks,
KathySeptember 20, 2016 at 12:09 pm #1183399
RupokMemberHi Kathy,
Thanks for writing in! Certainly the issue is not related to X rather your custom code. It seems you have added this code :
body .gform_wrapper li ul.gfield_checkbox li input { left: 0; position: absolute; top: 40%; }It’s fine for the images above but affecting the checkboxes you are referring. Let’s add the below code to fix this :
body .gform_wrapper li ul#input_3_19.gfield_checkbox li input { top: -5px; }I have tested the code and the result would be like this – http://prntscr.com/ckau8j
Hope this helps.
September 21, 2016 at 4:11 am #1184336
[email protected]ParticipantThanks, I will be doing this over and over again in the same situation. What class should I use instead of calling this one out specifically?
September 21, 2016 at 4:18 am #1184347
[email protected]Participantalso in a smaller screen size the words cut off under the check box.
September 21, 2016 at 5:30 am #1184400
ChristopherModeratorHi there,
Please remove previous code.
And add following code :.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label { display: inline-block !important; line-height: 33px; float: right; }Hope it helps.
September 21, 2016 at 7:06 am #1184499
[email protected]ParticipantThank you much better. The last bit is the check box is just lower than the words on the line, do you know how to fix that?
September 21, 2016 at 8:07 am #1184573
LelyModeratorHi There,
You’re welcome!
Please try this custom CSS:body .gform_wrapper li ul#input_3_19 li input, body .gform_wrapper li ul#input_3_24 li input { top: 16% !important; }Hope this helps.
September 21, 2016 at 8:16 am #1184583
[email protected]ParticipantHello,
Sorry to be a pain, but I am really struggling to understand. I will be doing hundreds of these, so I need a global way of naming the class. What is the class for this? The text is very far from the button. So I am looking for a check box, (not cut off), with words (not overlapping) next to the button in a line. The code supplied works, but only lists those two elements.
September 21, 2016 at 9:10 am #1184675
Paul RModeratorHi,
You can add a class to your inputs and target it in your css.
http://screencast.com/t/zgWiKjYB
Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1183327 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
