6 hours ago, Knowband Plugins said:Kindly use the below one ,
@media only screen and (max-width: 600px) { .header-top {display:none;} }
If the above code doesnt work, then kindly share your site URL.
Thank you!
I modified the code to this (display none didn't bring up the menu, so I just played with the bar margins of the mobile version):
@media only screen and (max-width: 770px) {
#header .header-top{padding: 0 0;}
}
you have been of great help, thank you