Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #68939
    @asportsman

    Is there anyway to change the margin in the drop down for the menu only need the one page to display without all the blank space.

    Answers

    #69129
    @anve

    HI @asportsman,

    Please provide me the url of that page . I can give it a try .

    Regards
    Anve

    #69175
    @asportsman
    #69287
    @anve

    Hi @asportsman,

    Please place the following css in child theme’s custom css to remove the empty space from the ‘ATVS & UTVS’ menu dropdown .

    
    nav.subheader div.header-wrapper ul.menu #pages-5 .sub-menu{
    min-height: 50px!important;
    }
    

    Note : If it works for you then you can use same css for any of other menu just by replacing ‘#pages-5’ with the id of corresponding menu .

    Regards
    Anve

    #69361
    @asportsman

    @anve That worked great thanks fr prompt response!

    #69554
    @anve

    Hi @asportsman,

    Great 🙂 . I’ll close this topic now , you can create new topic for other questions.

    Regards
    Anve

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Menu Drop Down Margin’ is closed to new replies.