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

Solved Divi header logo disappearing, tried everything

Discussion in 'Free Divi Community Forum' started by Kory, May 12, 2020.

  1. Kory

    Kory New Member

    Might be a good time to mention I have tried inputting all types of code such as
    Code:
    Log In or Sign Up to view this code.
    just as examples. I can't seem to make that thing stay no matter what I do when I try to fix it on mobile. I'm on a few days now messing with just the logo and I am losing my sanity over this thing. I've tried resizing it and everything. I do have a child theme of Divi.
     
    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

    I assume that you:
    1. Disable all plugins to see if issue still persists
    2. Change theme back to parent

    Please leave the URL of the website for inspection.
     
  3. Kory

    Kory New Member

    1. PRO MEMBER PERKS Divi Block Pro - Premade logo carousel design for your Divi site without using any plugins:View Demo
  4. Problemizer.com

    Problemizer.com Divi Expert

    As I see, logo is present on the website.
     
  5. Kory

    Kory New Member

    Yeah on desktop. Once you switch to tablet or mobile it disappears.
     
    1. PRO MEMBER PERKS Divi Block Pro - Easy-to-use drag & drop interface to mix & match 456+ premade Divi blocks & export as json file:Learn More
  6. Problemizer.com

    Problemizer.com Divi Expert

    You have code that is set to not display this in your style.css
    Please put this code in the custom or additional CSS
    @media (max-width: 980px) {
    .et_hide_mobile_logo #main-header .logo_container {
    display: block;
    opacity: 1;
    }
    }
     
    Kory likes this.
  7. Kory

    Kory New Member

    That seems to of done it, you are a genius. Thank you SO very much
     
    1. PRO MEMBER PERKS Divi Block Pro - 30+ premade custom header designs for you to choose from:View Demo
  8. Problemizer.com

    Problemizer.com Divi Expert

    hahahah far from genius but I am trying :D Don't forget to mark as solved. regards