1. CYBER MONDAY SALE Get Divi.Help Pro Membership @ $99 / lifetime & instantly gain access to all our Divi.Help Pro Membership perks.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.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.
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Solved Divi Powerful mobile header

Discussion in 'Basic Support Forum' started by Compu-IT, Oct 26, 2024.

  1. Compu-IT

    Compu-IT New Member
    Divi Powerful Child Theme Divi Ultimate Archive Plugin Divi Ultimate Blog Plugin Divi Ultimate Header Plugin Divi Ultimate Footer Plugin

    Hi,

    How to enable the Divi powerful mobile header instead of the default Divi one? I did it before but I cannot find out how to do it anymore...

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

    Divi.Help Pro Support Administrator
    Staff Member

    First, you need to make sure that you're not using Divi Theme Builder header.

    Also, you need to use one of our premade header design, which can be set at: Theme Customizer > Divi Powerful Settings > Header & Navigation Styling

    And lastly, refer here: https://divi.help/threads/if-i-use-...w-slide-in-or-fullscreen-menu-on-mobile.1251/

    Let me know how it goes.
     
  3. Compu-IT

    Compu-IT New Member
    Divi Powerful Child Theme Divi Ultimate Archive Plugin Divi Ultimate Blog Plugin Divi Ultimate Header Plugin Divi Ultimate Footer Plugin

    Hi,

    The DP header loads on desktop. Just not tablet or mobile. If I go to the header it looks ok. (see attachment)
    Also I followed your link and choose Fullscreen. But still the same... De default Divi header loads.
     

    Attached Files:

    1. PRO MEMBER PERKS Divi Ultimate Archive Plugin - Tons of elegant premade sidebar styles to choose from for your Divi site:Learn More
  4. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    I see you wish to retain the Divi Builder menu. By default, our header is using the default menu, so that you can have slide in / fullscreen default menu on mobile. But it's weird that your side is still not switching to the default fullscreen menu after choosing it.

    Anyway, to achieve what you want: Retaining the Divi Builder menu:

    Here's a quick fix for you. Just paste the below CSS in Divi > Theme Options > Custom CSS:

    Code:
    Log In or Sign Up to view this code.
    ===================

    The CSS code above alone will fix your issue.

    Alternatively, if you want more specific solutions:

    If you see from your screenshot, the logo section & image module is blurred out, meaning they're set to be hidden on tablet & mobile in the settings > Advanced > Visibility.

    As for the sticky menu, by default, sticky section will be hidden in mobile. But if you wish to show the sticky section in mobile as well, add this CSS Class in the section settings: free-sticky-mobile-show

    And to hide the default menu, here's the CSS:
    Code:
    Log In or Sign Up to view this code.
     
  5. Compu-IT

    Compu-IT New Member
    Divi Powerful Child Theme Divi Ultimate Archive Plugin Divi Ultimate Blog Plugin Divi Ultimate Header Plugin Divi Ultimate Footer Plugin

    Hello,

    This fixed it for me:
    .free-dp-plugin-header>*, .free-dp-plugin-header .et_pb_image {
    display: block !important;
    }
    header#main-header {
    display: none !important;
    }
    #page-container {
    padding-top: 0 !important;
    }

    The other fix I did not try :)
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade before / after image slider for your Divi site without using any plugins:View Demo