• Resolved obesmehn

    (@obesmehn)


    Hi

    The header hamburger menu wasn’t changing colour on the mobile site

    it’s was white so it was hidden, all the settings said black, and on the other pages it was black. I Input this code

    @media (max-width: 767px){
    .wpmm_mobile_menu_btn,
    .wpmm_mobile_menu_btn:hover {
    color: #fff!important;
    }
    }
    #wrapper.transparent .top_bar:not(.scroll) #logo_right_button a#mobile_nav_icon {
    color: #000 !important;
    }

    Which has fixed the mobile header, though now the header on desktop is short and not responsive

    Please Help

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thanks for using the WP Mega Menu plugin. I have checked your menu. It looks fine.

    There are two issues that you need to solve by yourself.

    Decress the padding-right and margin-right.

    Here is the CSS code for you:

    
    #wp-megamenu-primary-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a {
        padding-right: 10px;
        margin-right: 14px;
    }
    

    Check this screenshot: https://i.imgur.com/djkjXHL.png

    Let me know if you have any other questions.

    Thread Starter obesmehn

    (@obesmehn)

    Hi @fahimmurshed,

    I want the menu background to go to the very edges,

    Thanks
    Olivia

    Olivia,

    Please explain more. Your reply is not enough to get your point.

    I just provide you another solution for the 1024 screen.

    For the Mobile menu, your theme has an extra menu for the mobile device which is not possible at this time by WP Mega Menu. Have to modify the theme file to adding mobile menu.

    Thanks

    Thread Starter obesmehn

    (@obesmehn)

    @fahimmurshed
    None of these worked,

    I need the header to go from the very edge on the desktop version
    as you can see in your image it is boxed, not to the edges.

    The sticky menu is perfect, how do i make it just the sticky menu from the very top of the screen – when the page first loads?

    Checked your site and didn’t face any issue: https://gofile.io/?c=38u9mu

    Kindly make a screenshot and indicate where you face the problem.

    You can make a video, upload it to https://streamable.com/ and attach the links here.

    or

    You can upload your screenshots to https://imgur.com and attach the links here.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Desktop Header’ is closed to new replies.