custom registration form is a mess, please provide css to fix

Home Forums Legacy Support 4.0 Bugs & Issues custom registration form is a mess, please provide css to fix

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #358319
    brayan_lachowsky
    Spectator
    hello, please provide css to fix this form https://care4success.com/instructor-join/
    #358417
    Veronica
    Moderator
    hi can you please let us know what kind of customization you want so we can provide the code exactly
    #358443
    brayan_lachowsky
    Spectator
    the first 4 inputs are not looking good, they need to be spaced from each other, and also the labels are stuck to the input fields. just look at it it's easy to figure out what's wrong with a little common sense. Thank you
    #358472
    Ada
    Participant
    Hi, You can try adding this custom css in appearance>>customize>>Custom css
    
    .page-id-912 form#signup_form label{
       padding-right:20px !important;
    
    }
    .page-id-912 form#signup_form input{
        margin:10px !important;
    }
    
    #358539
    brayan_lachowsky
    Spectator
    thanks you can close topic now
    #358579
    Veronica
    Moderator
    thanks for your confirmation
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘custom registration form is a mess, please provide css to fix’ is closed to new replies.