Static Block On Main Menu When Scrolling Down

This topic has 6 replies, 3 voices, and was last updated 1 years, 4 months ago ago by Tony Rodriguez

  • Avatar: IP
    IP
    Participant
    December 15, 2022 at 12:10

    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

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2022 at 16:15

    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

    Avatar: IP
    IP
    Participant
    December 15, 2022 at 22:54

    Hello Rose,

    Thanks!
    And i think if i want to make it more “longer” i can increase the size from 80 to something higher?

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    December 16, 2022 at 06:03

    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.

    Avatar: IP
    IP
    Participant
    December 16, 2022 at 23:53

    Thanks Tony & Rose,

    Understood.

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    December 17, 2022 at 05:41

    Hello, @IP,

    You’re Most Welcome!!
    Thanks for understanding and for contacting us.

    Have a nice weekend. 🙂

    Topic Closed.
    Regards 8Themes Team.

  • Viewing 6 results - 1 through 6 (of 6 total)

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

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.