Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #209638

    I have this site with a GravityForm http://update.weborbis.de/testform
    I use the css classes like gf_left_half and gf_right_half but it does not show up right.
    The name fields in the 3 row are styled like this, but still they are small?
    The e-mail and website fields are just small….
    and changing the size make no different?

    Does this Theme not support GravityForms?

    Best regards,
    Jomay

    • This topic was modified 10 years, 10 months ago by Jomay111.
    #209947

    Hi Johannes!

    Please insert following css code into the quick css field to change the input field styling

    
    #top .gform_body input[type="text"] { width: 100%; }
    

    Regards,
    Peter

    #209970

    Hi Peter,
    almost perfect;) only the date field are now not showing right, can you help with this one too?
    The icon jump to second row and the size can not be 100%….
    Best Regards,
    Jomay

    • This reply was modified 10 years, 10 months ago by Jomay111.
    #210099

    Hi!

    Please try adding following code to Quick CSS as well

    li#field_15_4 .gfield {
    float: left; 
    }

    Best regards,
    Yigit

    #210602

    Hi Yigit,
    I have tried setting your css into the Quick CSS field, but no changes?

    Then I have set this code, to see if I could target the right field, it works an make a red border line.
    .gform_wrapper input.datepicker.datepicker_with_icon {border: 1px solid red!important;}

    But getting the right size and left align back?

    Best Regards,
    Jomay

    • This reply was modified 10 years, 10 months ago by Jomay111.
    #210615

    Hi!

    Try following css code to resize the datepicker field

    
    #top #wrapp_all .gform_body input.datepicker {
    width: 20%!important;
    }
    

    and set another width value if necessary.

    Best regards,
    Peter

    #210632

    Nope, does not change?

    #210672

    Hey!

    What happens if you try

    
    #top .gform_body input[type="text"].datepicker {
    width: 20% !important;
    }
    

    Cheers!
    Peter

    #210692

    Thank you Peter,
    now the size fit, but the icon still jump to next row?
    I have tried to use this: http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples#Date_.E2.80.93_Icon_Image_.28Datepicker_Option.29
    but I cannot get right?

    Best Regards,
    Jomay

    #211230

    Hey!

    Do you mind creating a temporary admin login and posting it here privately so we can take a look?

    Best regards,
    Yigit

    #211346
    This reply has been marked as private.
    #212138

    Hey!

    Please try following code

    
    
    #top .gform_body input[type="text"].datepicker {
    width: 20% !important;
    display: inline-block;
    }
    

    Cheers!
    Peter

    #224066

    It works, now it looks nice;)
    I used the last code from Dude, and now it rocks.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘GravityForms styling?’ is closed to new replies.