Hi, I would hide mod.121 in large screen and I add @media (max-width:468px) {#section-121{display: none!important;}} in custom.css but it does't work. can you help me? thanks
librandi Hi If you want to hid it till screen size 468px Change it into min width. .that means code will work till minimum width 468px.
thank you, I do it but I see it on large and small screen, I would see it only on Iphone
librandi Hi The above code with min width will work for large and small screen, till the screen size is 468px. You can increase the value of screen size if you want to show it more then 468px
I would see it on small only
librandi Hi I do not understand your native language, the suggestion is based on your first post to hide it large and medium display. You can share the description of issue or screen size on which you want to show the module.
Regards
it's correct first post and I add your code but it does't works
Hi librandi
I added in advanced tab of your module ID = 121
hidden-lg hidden-md
It is now showed only in mobiles views
grazie