April 14, 2025 at 7:42 am
#10045696
Keymaster
Hello, try this code:
(css/custom.css)
For the Button:
@media (max-width: 991px) {
#header .header-btn-collapse-nav {
width: 65px;
height: 65px;
font-size: 1.4em;
}
}
For the Links:
@media (max-width: 991px) {
#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
display: block;
font-size: 1.4em !important;
padding: 15px 8px !important;
line-height: 20px !important;
}
}