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 Same Menu in mobiles as desktop

Discussion in 'Free Divi Community Forum' started by nbietti, Oct 4, 2019.

  1. nbietti

    nbietti Member

    Good day. I have searched the magnifying glass but I have not found what I am looking for.

    Please check: https://iconsmgmt.com/

    Is there any way that the mobile menu looks the same as desktop? At least the main menu I would like it to be below the Logo, but to be visible not hamburguer.

    Stay tuned, thanks.
     
    1. PRO MEMBER PERKS Divi.Help Header AI Generator - Try the power of AI to generate a custom Divi header for you:Try Now
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    Try the below CSS in Divi > Theme Options > Custom CSS:
    Code:
    Log In or Sign Up to view this code.
     
  3. nbietti

    nbietti Member

    Thanks for the prompt response.
    It worked but not quite right. The search engine was above "Special Talent".
    The code is set, you can review it to adjust it and help me.
    Thanks again
     
    1. PRO MEMBER PERKS Divi Block Pro - 30+ premade custom header designs for you to choose from:View Demo
  4. nbietti

    nbietti Member

    Also, I don't see the secondary menu now.
     
  5. Divi.Help

    Divi.Help Administrator
    Staff Member

    1. PRO MEMBER PERKS Divi.Help Pro Layout Packs - Agency Divi layout pack featuring modern overlay archive blog layout with hover effects:View Demo
  6. nbietti

    nbietti Member

    You are the best my friend, works for me. Thank you!
     
  7. nbietti

    nbietti Member

    A detail, if you look, the secondary menu is a little to the left. I have tried the following code but it has not worked. any ideas?

    #et-secondary-menu {
    text-align: center;
    }
     
    1. PRO MEMBER PERKS Divi Block Pro - 30+ premade custom footer designs for you to choose from:View Demo
  8. Divi.Help

    Divi.Help Administrator
    Staff Member

  9. nbietti

    nbietti Member

    works! thanks man....
     
    1. PRO MEMBER PERKS Divi Block Pro - Powerful Divi header builder for you to mix & match premade header design, mobile menu & more:Learn More
  10. Ste R2S

    Ste R2S New Member

    Hi, i tried the code above


    .et_header_style_centered nav#top-menu-nav, .et_header_style_centered nav#top-menu-nav #top-menu {
    display: inline-block!important;
    }
    #et_mobile_nav_menu {
    display: none!important;
    }
    #top-header, #et-secondary-menu, #et-secondary-nav {
    display: block!important;
    }
    @media only screen and (max-width: 980px) {
    #main-header, #top-header {
    position: relative!important;
    }
    .et_fullwidth_secondary_nav #top-header .container {
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: .75em;
    font-weight: 600;
    }
    #page-container {
    padding-top: 0!important;
    }
    #et_top_search {
    display: inline-block!important;
    float: none;
    margin: 0px 0px 17px 17px!important;
    }
    }

    But:
    1) There is only the log without the buttons (suppose to be 2 on the right, 2 on the left and logo in the central position)
    2) Same problem on Tablet view
    3) How can i increase the size of the log from mob and tab view?

    the website is www.ready2social.com
    Thx in advance
     
  11. Divi.Help

    Divi.Help Administrator
    Staff Member

    This solution doesn't work for Centered Inline Logo style. This is because Divi JS is switching the logo from the menu to the top in tablet & mobile. So, you can't have similar desktop design in mobile.
     
    1. PRO MEMBER PERKS Divi Block Pro - Powerful Divi header builder for you to mix & match premade header design, mobile menu & more:Learn More
  12. Ste R2S

    Ste R2S New Member

    ok, so i need to have on desktop Logo-button-button-button-button to have the buttons showing up in the mobile version, right?
     
  13. Ste R2S

    Ste R2S New Member

    Ok, i changed the header format to -centered- and now it shows pretty nice, see below.
    Now i would
    1) bring all the 4 buttons on the same line
    2) reduce the white space cause it is pretty high
    Any tips?
     

    Attached Files:

    1. PRO MEMBER PERKS Divi Ultimate Child Theme - Tons of premade layouts & section designs + functionalities for your Divi site:Learn More
  14. Divi.Help

    Divi.Help Administrator
    Staff Member

    From your site, I couldn't see such design. I only see the below:

    upload_2020-2-6_22-53-55.png
     
  15. Ste R2S

    Ste R2S New Member

    Yeah, i changed it back to normal. How can i delete the menu box and put the 3 lines menu window on the pink part, to have everything well ordered? thx
     
    1. PRO MEMBER PERKS Divi.Help One-Page Layouts - Beautifully crafted one-page Divi layouts just for you:View All Layouts
  16. Divi.Help

    Divi.Help Administrator
    Staff Member