• Resolved hendropk

    (@hendropk)


    Hey, I’m facing an issue where our android users are seeing this bug on the related posts plugin.

    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

    (@codepeople)

    Hello @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

    (@codepeople)

    Hello @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.