Home Forums Pro Themes Photo Perfect Pro View in iPad landscape and portrait mode is different.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16097
    dcd-cuisine
    Participant

    When viewing my website (www.dcd-cuisine) on my iPad in landscape mode it only gives me the option to tap on the photo, but it is nearly impossible to catch the “chain link” icon so that you can view the post. The presentation is different on my Mac and my iPhone. I also notice that on my Mac when I visit the site, the earliest posts are duplicated (i.e., Madeleines, Tomato Basil Soup, Ravioli, Flower Cookies). But the duplicates don’t appear on my iPad or iPhone. What did I do?

    #16268
    wensolutions
    Keymaster

    Hello @dcd-cuisine

    To fix the issue in iPad in landscape mode, you need to add custom CSS.
    For this you need to go to Admin Panel /Appearance / Customizer / Theme Options / Advanced Options. Here copy and paste below CSS.

    
    @media only screen and (min-width : 768px) and (max-width : 1024px) 
    and (orientation : landscape) {
      .post-content {
          background-color: #1f1f29;
          padding: 15px;
          position: inherit;
          top: inherit;
          visibility: visible;
          margin-top: 2px;
      }
    }
    

    Hope this will help to resolve your issue.

    Best Regards!!!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.