• Resolved Syed Nabeel

    (@syednabeel)


    Hi Team,

    I am trying to have the password and confirm password both field in one row just like first name, last name and can adjust all other fields other than the password.
    I tried with different css but it doesn’t works exactly and responsively.
    This is something which forminator already have but not giving an option to only password filed.

    Thanks & Regards,
    S. Nabeel

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @syednabeel

    We have a CSS solution but it need to be adjusted based on page source where your form is located. Can you share page URL in your next reply so that we could adjust that for you?

    Kind Regards,
    Kris

    Thread Starter Syed Nabeel

    (@syednabeel)

    Hi Kris – @wpmudevsupport13

    Yes, Here is the link where the form is being populated.
    I have tried with the CSS and it was 99.9% done but not responsive. On different screens, it is coming on to the next line.

    Thanks and Regards,
    Nabeel

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @syednabeel

    Thank you for the link, can you please try:

    @media only screen and (min-width: 768px) {
     .forminator-row:nth-child(4){
       width: 50%;
       float: left;
       margin-right: 15px !important;
       position: relative;
       
    }
    
    .forminator-row:nth-child(5) .forminator-col,
    .forminator-row:nth-child(4) #password-1{
        padding-right: 0 !important;
    }
    
    .forminator-row:nth-child(4) .forminator-error-message{
        position: absolute;
         width: -webkit-fill-available;
    }
    
    .forminator-row:nth-child(5){
        padding-right: 0 !important;
    }
    }

    This will also cover tablets, only skipping mobile since the default behaviour.

    Best Regards
    Patrick Freitas

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @syednabeel ,

    We haven’t heard from you for some time now, so it looks like you don’t require our further assistance.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Password and Confirm password fields as two columns in one row’ is closed to new replies.