Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #173005

    I’ve a header fixed with social icon and additional menu. How can I move search button at the top on the right of the secondary menu instead of the primary menu?
    Regards

    #173430

    Hey alkross!

    You can add this on your custom.css or Quick CSS:

    #header_main {
    position: relative;
    z-index: 9999;
    }
    
    #top #menu-item-search {
    top: -65px;
    }
    
    .sub_menu {
    right: 40px;
    }

    Cheers!
    Ismael

    #173511

    Thank you
    Great theme and amazing support

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Search bottom’ is closed to new replies.