Hello. I wrote css so that the module would not be displayed in the mobile version, but it still appears. @media (max-width: 768px) { .mobilka { display: none; } }
Tell me why it doesn't work?
Hi mark256, I have verified that your CSS code is working correctly, and the module is hidden on mobile devices. Note: Remember to clear your cache after adding the CSS code.
Hello. But for some reason the module is visible in the mobile version, I double-checked it now.
Hi mark256, I have checked, and you need to add a space before the class when you add it to the custom Class module.
Thank you very much!