Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor barinagabriel

    (@barinagabriel)

    Hello,

    you need to do it with CSS.

    Target the given element (firebug for firefox, or inspect element in chrome), and using it’s ID or class name, specify its width attribute in the currently active theme’s style.css file.

    http://www.w3schools.com/cssref/pr_dim_width.asp

    If you give me a link to your page, I will give you more, concrete example.

    Regards,
    Gabriel

    Thread Starter RemkoMooi111

    (@remkomooi111)

    Hey Gabriel,

    Thank you very much for your reply, the inspect element-function is indeed very helpful, but I have not managed to find the correct element yet. My question concerns the width of the text-box on the following page:
    http://rooms-abroad.com/log-in/

    If you could help me out that would be wonderful!

    Plugin Contributor barinagabriel

    (@barinagabriel)

    #container #wppb_login #user-name{
    width:500px;
    }
    #container #wppb_login #password{
    width:500px;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adjust width text-boxes’ is closed to new replies.