Featured Image/Search bar in HomeScreen mobile view
-
First of all. I would like to thank the author for providing such a great theme for free. This is my first post in www.remarpro.com support forum, I registered just to post here for Receptar actually.
The homepage/posts list looks very nice in larger screens but featured images were insanely cropped (or just the top portion seen) when viewed in mobile. I know that there’s no other way but to crop the featured images to fit on the image placeholders of the theme. But, I’m looking into a way for mobiles to view the same featured images shown in larger screens. This is something about media queries but I couldn’t find the right css handler that handles it.
One thing more is that is there a way to make the search bar not to occupy another line when viewed in mobile (and just stay on the right side of the site title/logo?Because this makes the theme appear slightly unpleasant consuming most of the screen view on top.
As an additional, may I suggest that you make the post title font a little smaller especially for those who have 1300-1400px screen sizes. Same as the reason above that the excerpt and the continue reading button weren’t shown when you have posts that have long titles. I found a temporary solution to this by adding a custom css:
@media only screen and (min-width: 1201px) and (max-width: 1500px) {
.posts .entry-header {
font-size: .7em;
}
}Also, I found out that the featured images being cropped for post thumbnails can not handle images that has height below 1000-900px (I am not that sure about the value). When a post has a featured image below the value, the cropped version will not be 480×640 (roughly). This makes the posts list distorted, as the images generated have height lower than 640px. I had already regenerated thumbnails in this case.
Forgive me for such a bunch of questions and concerns. I just see this theme as unique with a great potential.
Here is my blog: https://wwww.spideylab.om
Thank you very much. Again, this is a great theme! It is nice to see a different and “tasty” theme here i n wordpress.
- The topic ‘Featured Image/Search bar in HomeScreen mobile view’ is closed to new replies.