• Resolved mosscatski

    (@mosscatski)


    Hello, what a nice plugin! Almost perfect. I installed it yesterday on lorenmoss.com and it looks beautiful on my PC, it looks fine on an iPad, but on an iPhone it is invisible. There is just a very long space of nothing where the images should be, and you can’t even see any content that is below where the carousel is.

    This is very close to being an absolutely recommended plugin, I hope you can help me and fix this bug. I see others are reporting the same problem.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello @mosscatski

    There is some issue in your theme where post slider not able to get a right width after screen size < 768px

    Solution from my side is : Please add the following css under custom css section in your theme:

    @media only screen and (max-width: 767px) { 
    .container{width:100%;}
    }

    Also if we take some more care, you can add a custom class to vc_row say post-slider and then update the css:

    @media only screen and (max-width: 767px) { 
    .post-slider .container{width:100%;}
    }

    Please let me know if there is anything ??

    • This reply was modified 4 years, 10 months ago by Anoop Ranawat.
    Thread Starter mosscatski

    (@mosscatski)

    Wow thanks! that fixed it perfectly, I just gave you a great review and I am going to look at your other products! I am super happy.

    mosscatski

    which one work for you? 1st or 2nd solution?

    Thanks in advance

    Thread Starter mosscatski

    (@mosscatski)

    The first one worked so I didn’t go any further, though I think the 2nd is more professional.

    thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Invisible on iPhone’ is closed to new replies.