Tagged: x
-
AuthorPosts
-
July 7, 2016 at 11:06 am #1076637
hypeParticipantThis reply has been marked as private.July 7, 2016 at 9:52 pm #1077389
RadModeratorHi there,
Please add these CSS,
.home #gform_1 #field_1_1, .home #gform_1 #field_1_3 { padding-right: 0; } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { padding: 0 0.65em; }Thanks!
July 11, 2016 at 11:21 am #1081678
ospahrParticipantHi!
I used the first code, that was posted in custom css. I want to have the colums next to each other not below each other.
I cleared the cache, tried other browser etc.
I want to use class codes like gf_left_half / gf_right_half again.
As shown in the screenshot they are all below each other.Thanks and regards
IsabellaJuly 11, 2016 at 3:01 pm #1082028
JadeModeratorHi Isabella,
I have tried the code about and it seems to be working fine.
Please update it the previous code to this and see if it makes a difference:
.home #gform_1 #field_1_1, .home #gform_1 #field_1_3 { padding-right: 0; } .page-id-54 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { padding: 0 0.65em; }Hope this helps.
July 19, 2016 at 8:03 am #1093411
ospahrParticipantHi Jade,
and thanks for the answer! Sorry, but my fields are still below each other – perhaps I am doing something wrong? As shown in the screenshot, I want those fields next to each other (two halfs).Thanks again and best regards
IsabellaJuly 19, 2016 at 8:38 am #1093474
ChristopherModeratorHi there,
Please add
gf_left_halfto gravity form fields that should float left and addgf_left_halfto the fields that should float right.
You can add class under field settings/appearance/ custom css class.Hope it helps.
July 19, 2016 at 9:06 am #1093523
nolannp11ParticipantHi,
I used the following code and it worked of the 2 columnsbody .gform_wrapper .top_label input.medium, body .gform_wrapper .top_label select.medium, body .gform_wrapper .top_label li.gfield.gf_left_half, body .gform_wrapper .top_label li.gfield.gf_right_half { clear: none !important; }The problem I’m having is with the gf_left_third, gf_middle_third and gf_right_third classes. I’ve tried adding them to the code above, but can’t get it to work right. Any suggestions? Thanks!
website page http://dev.hospicehuronia.ca/volunteer-application/
July 19, 2016 at 9:06 am #1093524
nolannp11ParticipantHi,
I used the following code and it worked of the 2 columnsbody .gform_wrapper .top_label input.medium, body .gform_wrapper .top_label select.medium, body .gform_wrapper .top_label li.gfield.gf_left_half, body .gform_wrapper .top_label li.gfield.gf_right_half { clear: none !important; }The problem I’m having is with the gf_left_third, gf_middle_third and gf_right_third classes. I’ve tried adding them to the code above, but can’t get it to work right. Any suggestions? Thanks!
website page http://dev.hospicehuronia.ca/volunteer-application/
July 19, 2016 at 9:19 pm #1094647
RadModeratorHi there,
Gravity Form fields are within
<li></li>and that’s where the classes should be added. Looks like it’s a new implementation, adding it to field class will only affect the field and not the layout.Would you mind providing your login credentials? I’ll check if it’s possible to be directly added to its wrapper instead of the fields.
Thanks!
August 10, 2016 at 10:32 am #1125674
JvPParticipantWould Themeco kindly update their Gravity Forms CSS styles they ship with X in the next update? 🙂
That way we don’t have to fiddle around with custom CSS.
August 10, 2016 at 12:17 pm #1125883
JoaoModeratorHi There,
Thanks for your suggestion I will pass it on to the responsible sector.
Unfortunately we cannot provide an ETA
Thanks for understanding and please reach us if you need help with anything else.
Joao
August 11, 2016 at 8:48 am #1127193
JvPParticipantThanks Joao.
August 11, 2016 at 10:07 am #1127293
JoaoModeratorYou are welcome!
August 23, 2016 at 2:10 am #1142683
forgreenspaParticipantHello, I have the same problems about column style with 3 columns.
The form is here: http://www.weforgreen.it/produzione/#sottoscrivi_produttore
I customized the css sheet as:
body .gform_wrapper .top_label input.medium,
body .gform_wrapper .top_label select.medium,
body .gform_wrapper .top_label li.gfield.gf_left_half,
body .gform_wrapper .top_label li.gfield.gf_right_half,
body .gform_wrapper .top_label li.gfield.gf_left_third,
body .gform_wrapper .top_label li.gfield.gf_middle_third,
body .gform_wrapper .top_label li.gfield.gf_right_third {
clear: none !important;
}Looks at the attachment
Thanks
August 23, 2016 at 5:52 am #1142879
ChristopherModeratorHi there,
Upon checking your site, I see that you’ve already achieved it.
Do you confirm that?Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1063707 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
