Site logo

Archived topic

Move The Form Field

3 replies · Started by Rizki on May 21, 2020

Viewing posts 1–4 of 4

Hi team,

Can you help me how to move a "confirm password" field next to the "password" field, and "last name" field next to "first name field" like this http://prntscr.com/sl6t59 ?

I know I have to use => display: inline-block; but I'm confused writing which class is correct.

Hi there,

Try this CSS:

.llms-form-field.type-password {
    width: 50% !important;
    float: left;
    box-sizing: border-box;
}

Hi Tom,

It works very well, awesome. Thanks Tom.

You're welcome :)

This archived topic is closed to new replies.