Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1156677

    Hi
    We have some pages that are password protected, and i have managed to change the background color to lightgrey, without issue, bu it runs full width of the content.
    I have attempted to set the width to say 150px, with no success.
    Is there a way to set the width of the field for password?

    Thanks in Advance
    Roger M

    #1156678

    Updated page with issue

    #1156945

    Hi webadmin_tsoavic,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
     #top input#pwbox-461[type="password"] {
         width: 250px;
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1157031

    Ho Victoria,

    Sorry no joy with this at all, in General settings it didnt work after page refresh, and in enfold/css/custom css i see the following error
    Element (input#pwbox-461[type=”password”]) is overqualified, etc
    Not sure what i need to change here

    Roger M

    #1157310

    Hi webadmin_tsoavic,

    Try using it like this:

    
     #top input#pwbox-461 {
         width: 250px;
     }
    

    Best regards,
    Victoria

    #1157361

    Thankyou Victoria!
    All working fine now
    Much appreciate your time

    RogerM

    #1157445

    Hi Roger,

    Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1157456

    Please close Topic- all is working as per Victorias assistance.
    Thanks Again

    #1157497

    Hi webadmin_tsoavic,

    Great :) We are closing the tread.

    Best regards,
    Victoria

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Password "Box" rezize’ is closed to new replies.