Hi,
the predefined header "multi rows" works right on desktop but not on tablet or smartphone. Here I need only the bottom row but the top one still remains.
![https://tinyurl.com/yyjuowsk]
I tried
@media (max-width: 580px) {
#sp-header-topbar {margin: 0; display: none !important;}
#sp-header-topbar .container-inner > .row {min-height: 0;}
}
as suggested in other tread and the code works smooth on mobile but not on tablet. If I try to replicate the same code with "max-width: 991px" nothing happens: which is the breakpoint between desktop and tablet in HU2?
I also added this code in custom css:
#sp-header-topbar .container-inner {border-bottom: 0px; padding-top: 30px; margin-bottom: 10px;}
in order to remove the middle line and give more room to the centred logo.
Thanks for helping
Andrea