• Resolved KimMcDougalcrafter

    (@ormgrecipes)


    Hi, your plugin works perfectly on my desktop, it pushes my header/menu down but on the mobile phone, it overlaps it. Can it be fixed?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @ormgrecipes,

    I hope you are doing well.

    I have just checked your website. It could be a style conflict. Also, It seems your “Content is protected” on your website. So I couldn’t inspect your website correctly. It would be so appreciable if you please disable your content protection and let me know.

    Thank you!

    Hello @ormgrecipes,

    I have checked your issue again. It seems you are having some style conflict there. But you can fix this using some Custom CSS. Please check this Custom CSS given below –

    @media only screen and (max-width: 391px) {
        .mob-menu-header-holder {
            top: 100px!important;
        }
    
        .mob-icon-menu {
            line-height: 100px!important;
        }
    
        .ec-minicart {
            top: 250px!important;
        }
    
        #ecwid_body {
            padding-top: 225px!important;
        }
    
        .nx-bar-inner .elementor-heading-title {
            font-size: 16px!important;
        }
    
        .nx-bar-inner .elementor-button {
            font-size: 14px!important;
        }
    
        .nx-bar-inner .notificationx-close {
            display: none!important;
        }
    }

    You can simply add custom CSS by navigating to your WordPress Dashboard -> Appearance -> Customize.

    After you are on the Customizer page, search for the “Additional CSS” option. You can then go ahead and insert the CSS Code.

    Please check this screencast to learn more – https://d.pr/v/QrrfTw

    Note: If you disable your NX Bar in future, it’s recommended to delete this Custom CSS also.

    Let me know how it goes. Thank you!

    Thread Starter KimMcDougalcrafter

    (@ormgrecipes)

    Thank you so much, that worked for me!

    Hello @ormgrecipes,

    I am glad I was able to help, please feel free to contact our support anytime you need help, we are always here to help.

    If you don’t mind me asking, could you do me a favour, and spend 30-sec to review us following this link, this will help us to serve better.

    Thank you in advance!

    Link to review – https://wpdeveloper.com/review-notificationx

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Overlapping header menu on mobile device’ is closed to new replies.