Okay
  Public Ticket #1673904
search field and menue
Closed

Comments

  • jens schwan started the conversation

    Hi, we cant find a solution to set the search field in the header menue. nobody will use it ot the footer.  And is it possible that in the menu the subitems of the second level are not showed in this right shifted position?

    BG Jens 

  •  1,641
    Andrey replied

    Hello, Dear Jens Schwan!

    To move menu in center for front page, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here;

    .home.fw-absolute-header .fw-nav-wrap {
        text-align: center !important;
        position: absolute;
        right: 496px;
    }
    

    Then save changes and check result at front end.

    Concerning search in menu, please try to use this plugin: https://wordpress.org/plugins/search-box-on-navigation-menu/

    But by default it is no intended in our theme, so to implement it correctly in theme you need good knowledge of web development.

    Best Regards!