Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Sumit,

    Please go to Mega Menu > Menu Themes and add this to the Custom Styling area:

    @include desktop {
        #{$wrap} {
            float: left;
        }
    }

    Regards,
    Tom

    Thread Starter sumitmalhotra

    (@sumitmalhotra)

    Thank you Tom. Bless you. Can you also help me with reducing the space above the search field please? I tried CSS but it didn’t work.

    Plugin Author megamenu

    (@megamenu)

    Hi,

    Please try adding this to your themes style.css file:

    .nav .search {
    margin-top: 5px !important;
    }

    Regards,
    Tom

    Thread Starter sumitmalhotra

    (@sumitmalhotra)

    Brilliant. Thanks again Tom. Much appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Breaks Nav Bar’ is closed to new replies.