[Resolved] Navigation search input does not respect menu height set through Customizer

Home Forums Support [Resolved] Navigation search input does not respect menu height set through Customizer

Home Forums Support Navigation search input does not respect menu height set through Customizer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1476946
    Jiri

    Hi,

    after todays update to GP 3.0.0 I noticed that the navigation search input does not respect menu height. I set up menu height to 50px using the Customizer, but the navigation search input height is still at default 60px. See http://sgopava.jirihon.cz/ and click the search icon. What am I missing?

    #1476952
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    This is a known bug that’s fixed in 3.0.1.

    Until that release, you can do this:

    .navigation-search input[type="search"] {
        height: 50px;
    }

    Sorry for the inconvenience!

    #1476959
    Jiri

    Sorry for duplicity. I should have searched the forum before posting ๐Ÿ™‚

    #1476963
    Tom
    Lead Developer
    Lead Developer

    No worries at all! Sorry again for the issue – will have 3.0.1 out ASAP ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.