Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1210467
    powrider686
    Participant

    Hello,
    On my site, henryebarr.wpengine.com, I’m having trouble getting all of the menu items I need to fit on one line and look good.

    I currently don’t have the Search enabled on the menu bar, because when I do it pushes it down to the second line of the navbar, and was wondering if it is possible to add it to a menu.

    I’d like to add it to the top of the Property Search menu, or bottom, but I’d just to be able to have the whole site search be a menu item. Like kinda a widget but I’m not sure how to get the whole site search.

    Would that possible?

    Thanks for the help!
    Marcus

    #1210577
    powrider686
    Participant
    This reply has been marked as private.
    #1210931
    Rupok
    Member

    Hi there,

    Thanks for writing in! It’s simply because there is not enough space on medium and smaller screen to keep all your menu items inline.
    You can add this under Custom > CSS in the Customizer.

    @media only screen and (min-width: 1170px) and (max-width: 1300px) {
    .ubermenu-item-layout-default.ubermenu-item-layout-text_only {
      font-size: 14px !important;
      padding-left: 15px;
    }
    }
    
    @media only screen and (min-width: 1024px) and (max-width: 1169px) {
    .ubermenu-item-layout-default.ubermenu-item-layout-text_only {
      font-size: 14px !important;
      padding-left: 12px;
      padding-right: 12px;
    }
    }
    
    @media only screen and (min-width: 960px) and (max-width: 1023px) {
    .ubermenu-item-layout-default.ubermenu-item-layout-text_only {
      font-size: 13px !important;
      padding-left: 10px;
      padding-right: 13px !important;
    }
    }

    Hope this helps.

    #1216652
    powrider686
    Participant

    Hey there,
    Thanks for that. But I’d really rather add the search to one of the menu dropdowns. Is that possible?

    “I’d like to add it to the top of the Property Search menu, or bottom, but I’d just to be able to have the whole site search be a menu item. Like kinda a widget but I’m not sure how to get the whole site search.”

    Could I add the site search to a menu item?

    Thanks for the help!

    #1217047
    Rue Nel
    Moderator

    Hello There,

    Thank you for the clarifications! If you add a widget as your menu item or sub menu item, please check out the instructions from this documentation here: http://sevenspark.com/docs/ubermenu-3/content/widgets

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1210467 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>