Forums Forums Search & Filter Pro Titles not displaying on mobile

Viewing 3 posts - 1 through 3 (of 3 total)
  • Anonymous
    #261183

    Experincing an odd issue where titles of my custom post types are showing up on a desktop browser but not on a mobile browser. Even more odd is if I go under the mobile view of chrome or safari, some titles show up and some dont. None of the posts have any kind of complicated data. Just posts, featured image and a custom field that I can’t seem to get to show up either.

    Have tried flushing the cache but I don’t think thats it.

    Any ideas?

    Anonymous
    #261184
    This reply has been marked as private.
    Trevor
    #261218

    Hi

    The output styling of posts in the Results is not controlled by our plugin, so this is not normally within the scope of our support. However, I can easily see the issue (for you to fix). You have this custom CSS:

    @media only screen and (max-width: 767px) and (min-width: 0px)
    #post-grid-26752 .item {
        width: 100%;
        height: 180px;
    }

    This means that the post height is limited to 180px, and the next post overlaps the previous one, thus covering the title and the bottom of the picture.

Viewing 3 posts - 1 through 3 (of 3 total)