Hello,
I would hide the secondary menu for the mobile version, that is to say below 989 px width.
Can you tell me how to do it please ?
Here is the link from my site : http://www.micropole-learning-solutions.com.qual.micropole.com/
Best Regards
Hey micropoleinstitut,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 990px) {
#header_meta .sub_menu {
display:none !important;
}
}
Best regards,
Rikard
Hello,
It works but there is always space on the homepage and on other pages : https://imgur.com/a/dAiXQ https://imgur.com/a/3SPPM
It should be there is not this space for mobile versions (below 990 px width) like this : https://imgur.com/a/xTOa4 https://imgur.com/a/ZMv9W
Here is the link from my site : http://www.micropole-learning-solutions.com.qual.micropole.com/
Thank you
Best regards,
Hi,
Please replace the modification with the following css code.
@media only screen and (max-width: 1024px) {
#header_meta {
display: none;
}
}
Best regards,
Ismael
Perfect !! Thanks
Hi,
I’m glad this was corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon