This topic has 6 replies, 3 voices, and was last updated 1 years, 11 months ago ago by Tony Rodriguez
Hello,
I was testing somethings on the static blocks for the menu section. I was content blocks to increase the size of the block.
If you go on the website on the PCA and go under the last tab, which is “About”
Once the menu opens and when you scroll down the menu’s static block disappears (when you keep scrolling down)
Is there anyway to stop this so the full static block shows as it should?
Thanks for your help
Hello,
Try to add the next code in Theme Options > Theme custom CSS > Desktop:
.header-wrapper .et_b_header-menu .menu .menu-item-has-children .nav-sublist-dropdown {
overflow: auto;
overflow-x: hidden;
max-height: 80vh;
}
Regards
Hello Rose,
Thanks!
And i think if i want to make it more “longer” i can increase the size from 80 to something higher?
Hello, @IP,
Correct, Exactly, you have to change/increase the max-height value from to 80 to as per your needs and it will work for you.
Regards 8Themes Team.
Thanks Tony & Rose,
Understood.
Hello, @IP,
You’re Most Welcome!!
Thanks for understanding and for contacting us.
Have a nice weekend. ?
Topic Closed.
Regards 8Themes Team.
The issue related to '‘Static Block On Main Menu When Scrolling Down’' has been successfully resolved, and the topic is now closed for further responses