Jump to content

Edit History

Max90

Max90

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

Max90

Max90

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.

I brought it up to 770px and it works.
The only problem is that if I put this code, in addition to disappearing the bar, it doesn't open the menu from the mobile version.
By hiding the menu bar I'm afraid this also causes this thing.
How can I fix?

×
×
  • Create New...