• Resolved Scott

    (@edible-planet)


    I currently have 7 menu items located on the right side of the topbar with the search box on the left. When I add another menu item it places the new menu item under the others instead of stretching the menu further to the left towards the search box. I assume that the code for the width of both the left and right side of the topbar menu are set to equal values so how do I make the right side of the topbar wider so that I can get more menu items on it without it placing new menu items below the current ones? Also, how do I make the search box smaller width-wise so that I can make the left side even wider? Thanks in advance,

    Scott

Viewing 4 replies - 1 through 4 (of 4 total)
  • hannah

    (@hannahritner)

    Hey, do you mind posting a link?

    Thread Starter Scott

    (@edible-planet)

    Hi Hannah,

    I just found that someone else had the same question of widening the right side of the topbar to 100% and I got that fixed but would you know how I could change the width of the searchbox? Thanks

    hannah

    (@hannahritner)

    Hey, you can use this code and just make it however many pixels you want.

    #topbar-search form {
    width: 200px;
    }

    Just paste it in your custom css box in theme options > advanced settings.
    Hannah

    Thread Starter Scott

    (@edible-planet)

    Thanks Hannah – once again to my rescue ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘extending right side of menu in the topbar’ is closed to new replies.