Hello @fluffypoop,
I saw the link that you have shared but I don’t see any issue according to your query.
Can you please share the screenshot of that particular issue for which I can get the issue properly?
Regards,
Bibhu
Hello Bibhu,
I have a main menu and a second menu.
With the css tag .menu I could deactivate all types of menu at mobile view. But I only want to deactivate the main menu!
Which tag do I need to introduce?
Same problem with the search button:
Originally the search button is at top on the banner. I could deactivate it with css but now it is also deactivated in pc view and not only in mobile view.
Sorry for my bad English!
Greetings
Hello @fluffypoop,
You need to apply the CSS in this format as below, according to your requirement.
@media only screen and (max-width: 768px) {
// custom code with the particular class or id
}
You can also contact us through our official website, if you need some backend coding support.
Regards,
Bibhu