Title: View bug with Android view
Last modified: January 19, 2022

---

# View bug with Android view

 *  Resolved [hendropk](https://wordpress.org/support/users/hendropk/)
 * (@hendropk)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/view-bug-with-android-view/)
 * Hey, I’m facing an issue where our android users are seeing this bug on the related
   posts plugin.
 * [https://pasteboard.co/qvjOkLRxhHk9.jpg](https://pasteboard.co/qvjOkLRxhHk9.jpg)
 * The related posts are stacked on top of one another when viewing through their
   android devices.
 * Are there any suggestions on how we can troubleshoot this?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/view-bug-with-android-view/#post-15267676)
 * Hello [@hendropk](https://wordpress.org/support/users/hendropk/)
 * The issue you’re reporting is caused by the styles defined on your website for
   small screens. Could you please indicate the URL to the webpage to check the 
   styles?
 * Best regards.
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/view-bug-with-android-view/#post-15267714)
 * Hello [@hendropk](https://wordpress.org/support/users/hendropk/)
 * Please, enter the styles definition below through the menu option: “Appearance
   > Customization > Additional CSS”:
 *     ```
       @media only screen and (max-width:640px)
       {
       .cprp_items.column *{display:block !important;position:relative !important;}
       }
       ```
   
 * Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘View bug with Android view’ is closed to new replies.

 * ![](https://ps.w.org/cp-related-posts/assets/icon-256x256.jpg?rev=3254384)
 * [CP Related Posts](https://wordpress.org/plugins/cp-related-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cp-related-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cp-related-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/cp-related-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cp-related-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cp-related-posts/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [4 years, 6 months ago](https://wordpress.org/support/topic/view-bug-with-android-view/#post-15267714)
 * Status: resolved