1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
HOT Divi.Help Pro One-Page Layouts - Beautifully crafted Divi layouts for you to kick start Divi sites.
View All Pro One-Page Layouts
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

Can't decrease break point on desktop site.

Discussion in 'Free Divi Community Forum' started by bpm125, Dec 21, 2017.

  1. bpm125

    bpm125 New Member

    On the theme customizer I can't get the site with any lower than 960px. When it's less than 960px, the slider disappears. So I tried to add this css. What am I doing wrong?

    www.carloschiropracticcare.com

    @media (max-width: 700px) {

    .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {

    position: fixed;

    }

    }


    @media (max-width: 699px) {

    .et_pb_section_0.et_pb_section {

    display: none;

    }

    }


    /* Increase mobile menu bar height */

    .et_header_style_left .mobile_menu_bar {

    padding-bottom: 45px;

    }


    /* Moved hamburger down */

    .mobile_menu_bar:before {

    top: 15px !important;

    }


    /* Set the maximum height of the logo itself */

    @media (max-width: 980px) {

    .et_header_style_left #logo {

    max-height: 100% !important;

    }


    et_fullscreen_slider .et_pb_slides,

    .et_fullscreen_slider .et_pb_slide,

    .et_fullscreen_slider .et_pb_container {

    min-height: 100% !important;

    height: 100% !important;

    }
     
    1. PRO MEMBER PERKS Divi Block Pro - 30+ premade custom footer designs for you to choose from:View Demo
  2. Julie Ng

    Julie Ng New Member
    Pro Member Divi Ultimate Header Plugin

    You can try to add some words into the slider content & see if it works. If it works, you can then try to use display:none; for the content n see.