1. PROMO Get 60% OFF Lifetime Pro Membership & access all our Pro Divi Extensions, Divi Layouts, Divi AI Generator, Divi Block, etc.VIEW PRICING
Dismiss Notice
UPDATE Custom Color Scheme + Premade Divi Layouts - A perfect combination to boost productivity. New 'Gadget Repair' layout added.Try our Custom Color Layouts
BEST Divi Block - A revolutionary online drag & drop tool to easily mix & match 478+ premade blocks to kick start your Divi site design. Special module designs are included as well.
Learn MoreTry Free Version

Solved Increase Logo in the Mobile Menu Divi Header #9

Discussion in 'Basic Support Forum' started by laurenbach, Nov 7, 2022.

  1. laurenbach

    laurenbach Member
    Divi Ultimate Header Plugin

    Hi DIVI Header Support-
    How do I increase the logo in the Mobile Menu for Divi Header #9? Assuming this can only be done in the Custom CSS since it is pulling the logo from the DIVI Theme Customizer?

    Lauren B.
     
    1. PRO MEMBER PERKS Divi Cart Count Plugin - Easily add cart count to your Divi cart icon. 6 different styles to choose from:Learn More
  2. laurenbach

    laurenbach Member
    Divi Ultimate Header Plugin

    Here is the link to the site - https://nze.8bc.myftpupload.com/ Also I removed the Sticky Menu so as you scroll the menu doesn't follow you down the page but now the menu has jumped to 2 lines despite there being plenty of room for the text in the menu? How do I fix that and make the menu only one row and not jump to the next line where is the Custom CSS that the sticky menu had I don't see it under Theme Options
     
  3. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    Try the below CSS:
    Code:
    .et_header_style_centered #logo, .et_header_style_centered .logo_container {
        max-height: 150px!important;
    }
    You shouldn't remove this CSS Class as well: free-button-float-right

    To fix it, just go to the Row Settings > Advanced > CSS Class & add free-button-float-right
     
    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
  4. laurenbach

    laurenbach Member
    Divi Ultimate Header Plugin

    Thank you that worked!!!
     
  5. laurenbach

    laurenbach Member
    Divi Ultimate Header Plugin

    Just curious why this code is not working for this site - https://drwoodsguitars.com/ I used the code above and it fixed the logo in mobile view on some sites but not others.
     
    1. PRO MEMBER PERKS Divi Ultimate Child Theme - Tons of premade layouts & section designs + functionalities for your Divi site:Learn More
  6. laurenbach

    laurenbach Member
    Divi Ultimate Header Plugin

  7. laurenbach

    laurenbach Member
    Divi Ultimate Header Plugin

    #7 laurenbach, Nov 8, 2022
    Last edited: Nov 8, 2022
    1. PRO MEMBER PERKS Divi Ultimate Blog Plugin - Easily set awesome default design for your Divi single blog page:Learn More
  8. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    All looks fine to me. Perhaps you already resolved it.