• Resolved thatfray

    (@thatfray)


    Right now, everything is to the right except the search. I would like it to be the item farthest right.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey there,

    Do you mean the text “Search” or the search bar itself? Thanks!

    Thread Starter thatfray

    (@thatfray)

    The search bar itself.

    Actually how do i move it down to the Nav area right below, like the primary.

    Thanks

    hannah

    (@hannahritner)

    Hey thatfray,
    Are you able to post a link to your site?

    Hannah

    Thread Starter thatfray

    (@thatfray)

    justpsycho.com

    The search bar is on another line in tablet/mobile, which makes it look kinda tacky. If possible i’d like to move it, into my secondary menu.That way it won’t show until someone touches the accordian.

    Thanks

    Hey,
    You can’t move the search into the menu as a theme option, so you would have to use a plugin or added that through a child theme. (this is one of the premium features).

    You only have so much space on mobile so you can add this to make it stay inline till like 480px:

    @media (min-width: 480px) {
    #topbar .kad-topbar-left {
        float: left;
    width: 60%
    }
    #topbar .kad-topbar-right {
        float: left;
    width:40%
    }
    }

    Kadence Themes

    Thread Starter thatfray

    (@thatfray)

    ok thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Move Search on topbar to the right’ is closed to new replies.