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

Change Brakepoints for Mobile divices

Discussion in 'Free Divi Community Forum' started by Patricia Martos, Jan 20, 2021.

  1. Patricia Martos

    Patricia Martos New Member

    Good afteroon,

    I am having some issues with the brakepoints. I have my site finished but visualizing my page in a tablet (Ipat 4) in vertical the page looks perfect, but in horizontal (landscape), it inherits the computer design instead of mobile so the menu is extended (instead of hamburger) and content is displaced and looks bad. Any idea how I can fix this? It looks like an issue with the brakepoints, but I have tryied many combinations to change that with no success, so I am a bit lost. I will kindly appreciate any help.

    In addition to this I have seen that when the screen is under 1234px but still not reaching 980 the header is completely displaced, so the ideal is that the heders turns in mobile style from 1234px. I have tryed to apply a CSS: /*adjust Divi Menu module breakpoint*/ @media only screen and (max-width: 1234px) { .et_pb_menu .et_pb_menu__menu { display: none; } .et_mobile_nav_menu { display: block } } but I only manage to turn the menu into a hamburger (although the position of the hamburguer is displaced to the top of the manu and the content is aligned to the right insted of the left :S), but the call to action does not take the mobile device style.

    Really any help will be kindly appreciated!
     
    1. PRO MEMBER PERKS Beautifully crafted custom colored 'Digital Marketing' Divi layout for all Pro members:View Demo
  2. Patricia Martos

    Patricia Martos New Member

  3. Problemizer.com

    Problemizer.com Divi Expert

    Hello Patricia,

    I hope that you are doing well.

    You can check this thread. https://divi.help/threads/change-all-breakpoints-mobile-view.2623/

    Best regards,
     
    1. PRO MEMBER PERKS Divi Powerful Child Theme - Power up your Divi sites with tons of new functionalities & premade elements:Learn More
  4. Patricia Martos

    Patricia Martos New Member

    Thank you very much for the advice. I have applied the code but unfortunately it didn't solve my issue.

    I could not appreciate the adaptable changes at a different size I was looking for.
     
  5. Divi.Help

    Divi.Help Administrator
    Staff Member

    Try the below CSS in Divi > Theme Options > Custom CSS:
    Code:
    Log In or Sign Up to view this code.
     
    1. PRO MEMBER PERKS Beautifully crafted custom colored 'Industrial' Divi layout for all Pro members:View Demo
  6. Patricia Martos

    Patricia Martos New Member


    Hello! Sorry for my late reply! Completly missed your message! I just tryed the code and it completly works, manu looks so much better now.
    I really appreciate all the help.

    Thanks again!!!