Primary Menu Options still showing on landscape mode on Tablet/IPAD
-
Hi,
I’m using free astra theme plugin. My issue is on landscape mode on the IPAD, the primary menu options are showing inline instead of the hamburger menu.
I tried the following CSS code but to no avail. The menu options and custom button disappear but the hamburger menu is still not showing. I also tried with with .menu-toggle and removed the float but still not working. I have removed the following CSS code for now on my website.
Thanks!@media (max-width: 1024px) and (orientation: landscape) {
button.menu-toggle {
display: block !important;
float: right;
}
.main-navigation ul {
display: none;
}.ast-custom-button {
display: none;
}
}`The page I need help with: [log in to see the link]
- The topic ‘Primary Menu Options still showing on landscape mode on Tablet/IPAD’ is closed to new replies.