First of all, thanks to Enfold! It helps me a lot and I’m to happy for my website
This is the problem: when i use the element “Rivista” (I suppose “Magazine” in English version) and I set a Resposive properties they don’t work
I set to show it only in Smartphone Portrait (less then 479px) but I see that always, also on tablet and PC
This is a test page: https://www.fidalsondrio.it/responsive-problem/
Hey francescolietti,
Sorry for the late reply. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hi Rikard! I send you a temporary WordPress admin login
Francesco
Hi Francesco,
Thanks for that. I can see the problem on your site, and I can reproduce it on test installation as well. I will report this problem to our developers.
I’ve added this CSS for you in Quick CSS:
@media only screen and (min-width: 480px) {
.magazine-visible-mobile-only {
display: none;
}
}
It does what your current element options settings should do.
Best regards,
Rikard
Super! thanks
Now it works