Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1554

Extensions for Joomla! 5.x • Re: Mobile bottom menu bar?

$
0
0
I made the mobile menu and added the icons and module to footer for now.
Hi. Here is CSS.

Code:

.footer nav.navbar {    position: fixed;    left: 0;    bottom: 0;    width: 100%;    padding-block: 0;    background-color: #fff;    z-index: 9999;}.footer .nav.navbar-nav {    flex-direction: row;    width: 100%;    justify-content: space-between;}.footer .nav > li::before {    display: none;}.footer nav.navbar .nav-link {    color: #128C5F;}.footer nav.navbar .nav-link > span {    display: flex;    flex-direction: column;}@media (min-width: 992px) {    .footer nav.navbar {        display: none;    }}
It makes such an appearance
2.jpg
Wow hero! that's amazing thank you so much for your help.
A gift to the community.
Its live now and fully works, I wanted something like this for ages but would of never been able to do it myself.
Would be great if the community/joomla had a custom tutorial page for things like this.
Thanks again Pavel

Statistics: Posted by chris2k13 — Tue Mar 19, 2024 10:16 am



Viewing all articles
Browse latest Browse all 1554