1. PROMO Subscribe our All Access Pass @ 75% OFF & access all our 16+ premium Divi extensions: Divi Block Pro, 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

Ipad Header

Discussion in 'Basic Support Forum' started by Jason Mills, Apr 25, 2018.

  1. Jason Mills

    Jason Mills New Member

    Hi there

    I want to keep the same layout for the header when the site is viewed on ipad as it is on desktop. However, the menu disappears and the right image is stacking.

    I am using the following CSS to remove the header and menu when viewed on mobile:
    @media screen and (max-width: 519px) {
    .free-du-plugin-header {
    display: none;
    }

    }

    Any suggestions - the site is newdriveslimited.co.uk

    Many thanks
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade mega menu design for your Divi site without using any plugins:View Demo
  2. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

  3. Jason Mills

    Jason Mills New Member

    Thanks for this. The header is now showing correctly but the menu is still not displaying. I am using full width menu to display the menu.
     
    1. PRO MEMBER PERKS Beautifully crafted custom colored 'Freelancer' Divi layout for all Pro members:View Demo
  4. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    Seems like conflict between your mega menu plugin with Divi fullwidth menu, which causing the mobile menu to be missing. You can confirm that by disabling your mega menu plugin & see if the mobile menu works.
     
  5. Jason Mills

    Jason Mills New Member

    Yes, when I disable the conflicting plugin the menu does work but it is till the hamburger mobile version - I want the desktop version of the menu to display. Is this possible?
     
    1. PRO MEMBER PERKS Divi Ultimate Child Theme - Tons of premade layouts & section designs + functionalities for your Divi site:Learn More
  6. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

  7. Jason Mills

    Jason Mills New Member

    Hi

    This is working well but I my client has an issue with the way the mobile displays on landscape. Essentially we don't want the header to show on mobile landscape or portait but we do on ipad portrait and landscape. What happens is to take it off landscape on mobile we then lose it on ipad portrait. Any suggestions?

    thanks


     
    1. PRO MEMBER PERKS Divi.Help Header AI Generator - Try the power of AI to generate a custom Divi header for you:Try Now
  8. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    CSS media can only change the view through px. If mobile landscape width = ipad portrait width, then nothing you can do through CSS.