Okay
  Public Ticket #2695608
CSS to Move Up Subnav
Closed

Comments

  •  1
    mirrormatter started the conversation

    Hello. I'm looking to move-up the drop-down menu directly beneath the parent link, as opposed to beneath the entire navbar link. Attached is a rough reference of what I would like it to look like. Is that possible?

    Please ignore the extra blue space in the "revised" screenshot. I'm more concerned about the starting point of the sub-nav.

  •  2,963
    Andrew replied

    Hi There,

    Please try this css:

    #search-outer .ui-widget-content, body:not([data-header-format="left-header"]) #top .sf-menu li ul, #top nav > ul > .megamenu > .sub-menu, body #top nav > ul > .megamenu > .sub-menu > li > a, #header-outer .widget_shopping_cart .cart_list a, #header-secondary-outer ul ul li a, #header-outer .widget_shopping_cart .cart_list li, .woocommerce .cart-notification, #header-outer .widget_shopping_cart_content {
        top: 66px;
    }

    Thanks.

  •  1
    mirrormatter replied

    Perfect, thank you!