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

Background images not showing on mobile

Discussion in 'Free Divi Community Forum' started by Jarryd McGuire, Aug 14, 2020.

  1. Jarryd McGuire

    Jarryd McGuire New Member

    My background images are not showing on mobile. Works fine on desktop and tablet. URL simplepathtohealth.com
     
    1. PRO MEMBER PERKS Divi Block Pro - Powerful Divi header builder for you to mix & match premade header design, mobile menu & more:Learn More
  2. Problemizer.com

    Problemizer.com Divi Expert

    Your background image is set if your screen is wider than 767px.

    You need to check your custom CSS for this code.
    @media only screen and (min-width: 768px)
    et-core-uni…1.min.css:1
    .et_pb_row_0 {
    1. background-image: url(https://simplepathtohealth.com/wp-content/uploads/2020/07/wanderer-455338_1920.jpg);
    2. min-height: 509px;
    }

    Or maybe you set it in the row background setting to not be visible on mobile.