End of Support for Joomla 3 - Forum closed
[SOLVED] DOT NAV MENU - MOBILE
Hello.
It's possible to hide the dot nav menu - position absolut, in mobile view?
IT doesn't work and it seems it doesn't have a nice positioning in mobile devices.
Thanks a lot, regards,
Alessandro
It's possible to hide the dot nav menu - position absolut, in mobile view?
IT doesn't work and it seems it doesn't have a nice positioning in mobile devices.
Thanks a lot, regards,
Alessandro
by amaida
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Yes its possible.
Please add this code below to your css/custom.css ( if not exist, please create it)
Using media queries:
developer.mozilla.org/en-US/docs/Web/CSS.../Using_media_queries
Please add this code below to your css/custom.css ( if not exist, please create it)
@media (max-width: 768px) {
.absolute {
display: none;
}
}
Using media queries:
developer.mozilla.org/en-US/docs/Web/CSS.../Using_media_queries
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: amaida
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates