-
AuthorPosts
-
January 25, 2014 at 10:09 am #8348
The featured image in blog posts is gigantic. How do I reduce it’s size?
January 25, 2014 at 4:17 pm #8398Joshua,
The featured image size of the posts is part of their design as is present in all of our demos. If you’re speaking that the image is too tall vertically, you can do some editing of your photos in WordPress via the media manager. Alternately, we have the blog masonry layout available that will make your posts a little smaller and also affect the size of your image.
Thanks!
January 29, 2014 at 7:09 pm #9499I have tried what you just suggested – all my images in WordPress are a quarter of the size the blog is displaying them as . . .
http://www.aavadental.com/free-teeth-whitening-locations-california/
and
http://www.aavadental.com/news
I love the masonry look on the regular ‘news’ link – but when you open up one of the news items (or blog post) the picture is ginormous and I can not figure out how to make that stop.
January 30, 2014 at 12:14 am #9538Hey Brittany,
As stated above, the featured image size of the posts is part of their design as is present in all of our demos. In looking at your site, one of the things to keep in mind is that you have no sidebar on your single posts. Adding this back in will allow you to showcase a smaller photo size. Additionally, you can try adjusting your site’s dimensions to be a little smaller. Lastly, while not completely ideal, you could do some sort of hybrid where you show your featured image on the blog, hide it on the single pages with some CSS, and then place a smaller image in the content. Just trying to provide some options to think about.
Thanks!
January 31, 2014 at 5:07 pm #9965Hi support!
I like that option of hiding the huge featured images on the single pages. What would the CSS code be for that?Thanks! 🙂
KrisJanuary 31, 2014 at 6:56 pm #9987Hey Kris,
go to your Customizer > Custom > CSS and enter following:
.single .entry-thumb { display: none; }
that should remove the featured image on the single page. If you need anything else let me know!
February 3, 2014 at 7:45 am #10544Joshua and Brittany,
I fix that issue by reducing the post size altogether. This also makes posts look better and easier to read.
Just go to “Customizer -> Custom -> CSS” and add the following:
@media (min-width: 1024px) { .post, .x-comments-area { max-width: 60% !important; margin-left: auto !important; margin-right: auto !important; } }
Hope this helps!
February 3, 2014 at 9:19 am #10573Hey Evrim,
thanks for chiming in. This is really helpful!
March 10, 2014 at 1:44 pm #22043Hey, Evrim:
I also wanted to reduce the image sizes on the blog pages and your fix works beautifully! Thanks so much!
I’ve been able to find answers like this on the forum and really appreciate how active both the support folks and the developers of this theme are.
Anna Marie
March 10, 2014 at 4:20 pm #22084Thank you for the kind words! 🙂
March 13, 2015 at 3:11 pm #226814Support,
Regarding removing the image from individual post pages, is there anyway to remove the box with it? The box that was around the featured image continues to appear – http://liquidtext.net/the-problem-with-digital-reading-is-paper/Thanks!
March 13, 2015 at 11:24 pm #227007Hi there,
Add this css too 🙂
.single-post .entry-featured { display: none; }
Cheers!
March 14, 2015 at 2:54 pm #227281that worked, thank you!
March 15, 2015 at 12:58 am #227493You’re welcome Tina. Glad we could help.
March 21, 2016 at 2:10 pm #846811the code Josh created actually changes the sizes for the post carousel as well, anyone to change the blog post size without changing the post carousel size?
-
AuthorPosts