submit button

  • Posted in : impressivCard WP
  • cristianmichaelsen
    Participant

    Hello.
    How do I reduce the size of the message text box to the submit button appears on the screen without having to scroll to the low screen. In fact this only happens in chrome, as in mozilla and internet explore it already appears on the screen. Can you help me? The following image http://i.imgur.com/JFZwzHl.jpg

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .contact-form textarea {
        height: 90px;
    }
    
    cristianmichaelsen
    Participant
    ahmetsali
    Keymaster

    try this one;

    .contact-form textarea {
        height: 76px;
    }
    
    cristianmichaelsen
    Participant

    It did not work. I’m including this css code in appearance -> Editor -> Stylesheet
    (style.css). And it did not work.

    ahmetsali
    Keymaster

    i can see it is working on your site. Also don’t edit theme style.css file directly, paste the custom css code to Appearance > Theme Options > Style tab > Custom css box. This way you will update your theme with no pain.

    cristianmichaelsen
    Participant

    That’s perfect. Got it now where to insert the css. Thank you, it worked.

Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘impressivCard WP’ is closed to new topics and replies.