Theme Menubar Not resdponsible for All Devices
-
Please provide the solution menu bar not responsible for all devices. kindly provide solution
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the WP admin login details of your site so I will check and give you the possible solution.
Best Regards.
Logins are in the private content.
Hello,
Your issue has been resolved. Check back your site after completely clearing the browser cache.
Best Regards.
Still header same not responsible
Attachments:
You must be
logged in to view attached files.
it came like that
Attachments:
You must be
logged in to view attached files.
menu need to be in same line i need to add one more menu also here. for big screen device okay for small screen screen device not responsive
Hello,
It is not possible to set the menu it depends on the space available on the header.
You can try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.wd-nav {
--nav-gap: 8px !important;
}
.whb-main-header .whb-flex-equal-sides .whb-col-left, .whb-flex-equal-sides .whb-col-right {
flex: 0 0 0%;
}
.wd-nav-main>li>a, .wd-nav-secondary>li>a {
font-size: 10px;
}
Best Regards.