Hey guys,
I have a transparent navbar for my site and in desktop view this is great. However, if I have this enabled in mobile view it’s not so nice. I want the dropdown navbar menu black on my mobile view. I’ve used this css so far:
@media (max-width: 979px) { .x-nav-wrap.mobile { background-color: #000000; padding: 5px ; } } .x-navbar.x-navbar-fixed-top { height: auto; } }
The only thing problem is the width of the dropdown navbar menu. I would like to have it full width (like my other pages). I couldn’t figure it out myself, so I hope you guys can help me!
Thanks in advance!