Okay
  Public Ticket #1183893
Search box text
Closed

Comments

  •  2
    Alessandro started the conversation

    Hi Paul, how are you ?

    Just a question. When i'm on a mobile phone if I click the magnifying glass to search the "type and hit enter" phrase is cut.

    Is it possible to set it up to be shown completely ?

    Thank you in advance.

    Alex

  •  291
    Paul replied

    Hi Alex!

    Sure. There you go:

    @media only screen and (max-width: 480px) {
        #search-panel-wrapper .search-field {
            font-size: 0.6em;
            margin-top: 20%;
        }
    }
    

    The code will reduce the font size of the search box to "0.6em" on any screens that are lower than 480px. You can also adjust it as you want. Hope it helps!

    Cheers,
    Paul

  •  2
    Alessandro replied

    G-R-E-A-T !!

    Thank you once more Paul :)

    A

  •  291
    Paul replied

    You're welcome, Alex!

    P.S. Could you possibly help review the Nakamura theme on ThemeForest? It would be much appreciated. Thank you!