Registeration form

Home Forums Legacy Support Support queries How-to & Troubleshooting Registeration form

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #333676
    waqas05
    Spectator
    How to make gender and birthday fields horizontal? vgh
    #333856
    Ada
    Participant
    Hi, Use this css code . Add it in appearance >> customize >> custom css
    
    
    .wplms_registration_form #field_51.radio-button-options {
        display: flex !important;
        flex-direction:row !important;
    
    }
    .wplms_registration_form .input-options.datebox-selects{
        display:flex !important;
    }
    .wplms_registration_form ul li .datebox-selects label{
        width:12%;
    }
    .wplms_registration_form ul li .datebox-selects select{
        margin-right:3%;
    }
    
    #333872
    waqas05
    Spectator
    thanks worked...close this topic
    #333973
    Ada
    Participant
    closing the topic.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Registeration form’ is closed to new replies.