- This topic has 1 reply, 2 voices, and was last updated 8 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Photo Perfect Pro › View in iPad landscape and portrait mode is different.
Tagged: iPad layouts and duplicate posts
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?
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!!!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |