Avada › Forums › Community Forum › Avada header #6 – limit height instead of full screen
Tagged: Header #6 Height Limit
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
Hi guys,
I am looking to limit the height of the flyout menu when someone clicks the hamburger on header #6
it’s the one used on this demo: https://avada.theme-fusion.com/music/Instead of having it open full screen, I would like to limit it to a certain height in either pixels or percentage, whatever option fits me as long as the result is not full screen.
Can anyone please help?
You can try adding something like this in the custom css:
.fusion-header-has-flyout-menu .fusion-flyout-menu-bg {
height: 50%;
}You can change the percentage to height you’d like.
Is that what you’re looking for?
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Was this topic helpful?