Hi. Here is CSS.I made the mobile menu and added the icons and module to footer for now.
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; }}
Statistics: Posted by Pavel-ww — Tue Mar 19, 2024 7:38 am