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

Logo not displaying correctly on mobile / tablet

Discussion in 'Free Divi Community Forum' started by Sarah Davies, Dec 12, 2023.

  1. Sarah Davies

    Sarah Davies New Member

    Hello,

    My logo is displaying correctly on my MacBook, but it's breaking on mobile and tablet. Please see https://unettmedia.com/

    I've tried adding some custom CSS found on other threads, but it's not working.

    Please help ... it's driving me crazy !!!

    Custom CSS being used:

    /*show hamburger menu on desktop*/
    @Media (min-width: 980px) {
    .et_pb_menu .et_pb_menu__menu, .et_pb_fullwidth_menu .et_pb_menu__menu {
    display: none;
    }
    .et_pb_menu .et_mobile_nav_menu, .et_pb_fullwidth_menu .et_mobile_nav_menu {
    display: flex;
    float: none;
    margin: 0 6px;
    align-items: center;
    }
    }
    header#main-header.et-fixed-header, #main-header{
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
    }
    .mobile_menu_bar:before {
    color: #000000;
    }
    @Media only screen and (max-width: 980px) {
    #logo {
    content: url("https://unettmedia.com/wp-content/uploads/2023/08/UM-Logo.svg");
    }
    }
    @Media (max-width: 767px) {
    #masthead {
    min-height: unset;
    }
    }
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade rolling text design for your Divi site without using any plugins:View Demo
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    Your logo looks fine to me on mobile. Perhaps you already resolved it.