• Hi OceanWP,

    I love the medium menu you have, however, I need some help for mobile version. Can I put the hamburger-menu to top-left and the logo to the top-right? I don’t wanna it in center. Kindly to see my screenshot below:

    https://i.postimg.cc/tCb40pcm/menu.png

    I tried to inspect and do margin-padding trick, but it is not working.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter PamanGie

    (@pamangie)

    i tried this, but not working to the top

    #site-header.medium-header #site-navigation-wrap .dropdown-menu > li > a, #site-header.medium-header .oceanwp-mobile-menu-icon a {
    padding-top: -100px
    }

    Thread Starter PamanGie

    (@pamangie)

    Oh case close, I just add this

    #site-header.medium-header #site-navigation-wrap .dropdown-menu > li > a, #site-header.medium-header .oceanwp-mobile-menu-icon a {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto
    }

    if you have another code suggestion, please let me know.

    Hello,

    Can you share your site link to check the issue?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile Menu Customizing’ is closed to new replies.