Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #613916

    Hi,

    I have some inputs in a few columns.

    I would like to make these inputs assume a width of 100% within these columns.

    However, (width: 100% !important;) is not being accepted.

    What can I do?

    THANKS

    #614785

    Someone?

    #614792

    Hi!

    Can you please post the link to your page and point out your input fields?

    Regards,
    Yigit

    #614810

    Hi,

    Follow the link and the login.

    The intention is to make the inputs occupying 100% of the size of the column in which they are inserted

    Thanks

    #615457

    Any suggestion?

    #616924

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    input#txtPass, input#Mobile {
        width: 360px!important;
    }

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.