Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1289043

    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/

    #1289556

    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

    #1291395

    Hi Rikard! I send you a temporary WordPress admin login
    Francesco

    #1291961

    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

    #1295005

    Super! thanks
    Now it works

    #1295527

    Hi,

    You are very welcome! Please feel free to open another thread if you need anything else. We will close this ticket now.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Responsive Problem’ is closed to new replies.