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!