Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #67593
    Svenni
    Member

    Hi,

    is there an easy way to place the search form beside the responsive menu? What I mean is something like this:

    http://i.imgur.com/mr8fGZ9.jpg

    Thank you,
    Svenni

    #67611
    Sakin
    Keymaster

    @Svenni: Please post in your site URL and then I can check in if that is possible with css or not. If not then you need to change it by building child theme.

    #67619
    Svenni
    Member

    Hi,

    here’s the site I’m testing new themes etc. with:

    http://updatekgn.snih.eu/

    Thank you,
    Svenni

    #67626
    Sakin
    Keymaster

    @Svenni: You can try adding following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 990px) {
        #masthead { position: relative; }
        #mobile-header-left-menu { position: relative; z-index: 2; }
        #masthead .sidebar-header-right { position: absolute; right: 0; top: 0; z-index: 1; }
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘adjustment of responsive header structure’ is closed to new replies.