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

Solved Mobile Menu Is Sticky and set to non sticky

Discussion in 'Basic Support Forum' started by Nathan Olsen, Dec 1, 2021.

  1. Nathan Olsen

    Nathan Olsen New Member
    Divi Ultimate Header Plugin

    Our mobile menu is set to non sticky but it still is sticky? website: www.seoisntdead.com Also noticed that the logo has disappeared on mobile as well.
     
    #1 Nathan Olsen, Dec 1, 2021
    Last edited: Dec 1, 2021
    1. PRO MEMBER PERKS Divi Block Pro - Premade gradient text design for your Divi site without using any plugins:View Demo
  2. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    Try to go to the mobile menu section settings > Advanced > CSS Class & you will see that you have the below:

    free-sticky free-sticky-mobile-show free-vertical-navigation-breakpoint-show

    And you just have to add another CSS Class:

    free-sticky free-sticky-mobile-show free-vertical-navigation-breakpoint-show free-sticky-mobile-disable

    ==========

    Taken from the sticky documentation: https://divi.help/threads/sticky-feature-documentation.2294/
     
  3. Nathan Olsen

    Nathan Olsen New Member
    Divi Ultimate Header Plugin

    I tried adding that with no success it's stuck on sticky, I am going through other sections to make sure it's not marked somewhere else.
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade promo bar / notification bar with close button for your Divi site without using any plugins:View Demo
  4. Divi.Help

    Divi.Help Administrator
    Staff Member

    Is this the section you're referring to? See screenshot below:

    From what I see, you haven't added this CSS Class: free-sticky-mobile-disable (see the screenshot on the right)

    upload_2021-12-2_22-51-20.png
     
  5. Divi.Help

    Divi.Help Administrator
    Staff Member

    Or you may just delete the free-sticky CSS Class for the mobile section.
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade before / after image slider for your Divi site without using any plugins:View Demo
  6. Nathan Olsen

    Nathan Olsen New Member
    Divi Ultimate Header Plugin

    Found the problem, it was some CSS mixed with the fact I was putting the css class in the wrong place. Thanks for your help in pointing me in the right direction!