Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Lucy,

    The height doesn’t need to be set as an option as this is calculated automatically to fill the page or to fit the size of your menu, depending on which is largest.

    I hope this helps.

    Many thanks

    Peter

    Thread Starter Anonymous User 13716511

    (@anonymized-13716511)

    At the moment the height is filling the page but I only have about 7 links so it has a huge amount of empty space at the end as you scroll down the page. How do I remove this?

    Hey Lucy,

    If you really want to remove this then you could create your own CSS styles to overwrite this with a max-height value however I think it will look even stranger if it suddenly cuts off half way down the page.

    If you send me a link to your site I can take a look and let you know exactly what you would need to do.

    I hope this helps.

    Peter

    LucyTech,

    add this to your CSS file:

    #responsive-menu {
    	height: auto !important;
    }

    That makes the responsive menu the right size: just as much as the menu needs, and nothing more.

    Thread Starter Anonymous User 13716511

    (@anonymized-13716511)

    Perfect thanks!

    Thread Starter Anonymous User 13716511

    (@anonymized-13716511)

    Perfect thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘set height’ is closed to new replies.