Show Nav bar on mobile devices
-
Hi, I am using the Adamos them on a new site. I am very new to word press sites. I have only just starting building this site and I need to be able to display the main nav on ipads devices but not on phones. I have managed to not show the menu-toggle on the ipad but can’t work out what is stopping the nav from showing on ipad/tablet size devices.
I have made a custom css file and only have this in it
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
.site-navigation {
display: block !important;
}
.menu-toggle {
display: none;
}}
But the nav is not showing. Does anyone have any ideas. Like I said I am a newbiew to wordpress.
The website is
https://www.authenticarganoil.com.au/
Any help would be great,
Thanks
TR
- The topic ‘Show Nav bar on mobile devices’ is closed to new replies.