Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #9011
    rxcosta
    Member

    Hi – trying to shrink input boxes just a little bit (height wise) – for example, see http://www.villagepca.org/contact-us/ – the input fields are a little big in my opinion. Is there some CSS I can add in the theme options?

    Thanks!

    #9026
    Sakin
    Keymaster

    @rxcosta: You can just adjust the height and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    input[type="text"], input[type="password"], input[type="email"] {
        height: 20px;
    }
    #9071
    rxcosta
    Member

    Thanks – that worked.

    I noticed that the menus I have on villagepca.org don’t work right on an iPad. When I’m logged in as “admin”, I can tap on a menu item (like “About Village”) and I can see the drop-down, although it doesn’t work well. But when I’m not logged-in, I can’t see the drop-down items at all. It works fine on my laptop, but not my iPad, using Safari.

    #9084
    Sakin
    Keymaster

    @rxcosta: yes that’s because. The menu in which you have drop down pages. I see that the parent menu don’t have links. If you want to make that like none then add at least # . iPad doesn’t recognize the blank menu item.

    #9086
    rxcosta
    Member

    That was it – thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Fixing height of input fields’ is closed to new replies.