1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Slide-in menu questions

Discussion in 'Support Forum' started by Kenneth Peterson, Feb 17, 2022.

  1. Kenneth Peterson

    Kenneth Peterson New Member
    Pro Member Divi Powerful Child Theme

    Hello. On the verticle navigation slim version, whenever I am editing any of my pages, the slide-in menu is in the way making editing the page difficult. Is it possible to make it not show up? It stays there the whole time I am editing.

    Here's what I mean: https://prnt.sc/26xtues

    Additionally: Is there a way to make the submenu in this navigation animate open rather than just instantly open? Like when you click on it, the sub-navigation slides open like how the whole menu slickly slides out. Not sure if you know what I mean. If not I can try to explain further.

    Thank you!
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade horizontal timeline design for your Divi site without using any plugins:View Demo
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    Thanks for reporting. Try the below CSS in Divi > Theme Options > Custom CSS:
    Code:
    Log In or Sign Up to view this code.
    **Since it's a complicated design, we had to hide it completely when editing a page using the above CSS. We will update our block to include the above CSS as well.
    We did try to animate the submenu, but failed due to certain CSS conflict with default Divi theme. Thus, that's the best we can do for the collapsible submenu.
     
  3. Kenneth Peterson

    Kenneth Peterson New Member
    Pro Member Divi Powerful Child Theme

    Thank you so much for the quick reply. The first solution worked perfectly. It's unfortunate about the animation aspect. If you ever come up with a way to do it that doesn't conflict, please let me know.

    One more question for now. When I go to add a 100vh on the header I am using, it seems to add spacing on the bottom. I believe it has to do with the class added to the section because when I remove it, it fixes it. I believe it is associated with aligning the buttons at the very least so I do need to keep it.

    Here's a screenshot: https://prnt.sc/26xx14t

    Any fixes you can think of?

    Thank you.
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade before / after image slider for your Divi site without using any plugins:View Demo
  4. Divi.Help

    Divi.Help Administrator
    Staff Member

    Sure.
    That's because the section is forced to be full screen height, but the row elements are not. One thing you can do is to go to the Row settings & set it to be position absolute (Advanced tab) & align it to the bottom.

    Let me know how it goes.