- This topic has 2 replies, 2 voices, and was last updated 5 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Titles not displaying on mobile
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?
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.