Tagged: x
-
AuthorPosts
-
June 27, 2016 at 5:52 pm #1062298
444mediaParticipantIs there a way of adjusting the container size for the featured image in posts? I am finding that if I don’t use a rectangular image, with about a 3 to 1 ratio in pixel size for width to height, then the image appears way too large on the page above the content.
A wide image, no matter how large, fits much better then a small square. A smaller square image blows up far too large.
I have it set to full width (for the blog)…no sidebar
If there’s no way to change it, that’s OK…we’ll just have to always make sure we use rectangular images.
Thank you
June 27, 2016 at 11:11 pm #1062684
Prasant RaiModeratorHello There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
June 28, 2016 at 12:49 pm #1063634
444mediaParticipantThis reply has been marked as private.June 28, 2016 at 3:05 pm #1063822
JoaoModeratorHi There,
Please use this code in Appereance> CUstomizer> Custom> CSS
Adjust the values according to your wishes.
/*This sets the maximum width (250px), position (centered) and adds a (5px) border on all POST Featured Images*/ .blog .entry-featured { position: relative; padding: 5; width: 250px; float: none; margin: 20px auto; } /*This sets the maximum size and centers all POST Featured Images*/ .single .entry-featured { position: relative; padding: 5; width: 600px; float: none; margin: 20px auto; } /*This sets the maximum size and centers all PAGE Featured Images*/ .entry-featured { position: relative; padding: 5; width: 750px; float: none; margin: 20px auto; }Hope that helps,
Joao
June 28, 2016 at 8:40 pm #1064135
444mediaParticipantThank you Joao for this. Only issue/question I have with this is now that I placed the code, it has made the images on the main posts (blog) page too small (http://ccrcofamerica.com/news/). How do I adjust the sizes of these back to how they were before (the width of the teaser content container); and then independently still adjust the size of the featured image above the posts? Or are these two adjustments linked to each other?
Thanks so much!
June 28, 2016 at 11:08 pm #1064308
John EzraMemberHi there,
Thanks for updating the thread! Please remove previous CSS and just use the middle one.
/*This sets the maximum size and centers all POST Featured Images*/ .single .entry-featured { position: relative; width: 600px; float: none; margin: 20px auto; }Let us know how that goes. Hope this helps – thanks!
June 29, 2016 at 1:13 am #1064368
444mediaParticipantPerfect! Thanks John…really appreciate the help…and so fast too. You guys are great 🙂
June 29, 2016 at 1:28 am #1064377
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks
June 30, 2016 at 5:29 pm #1067431
444mediaParticipantQuick follow up question to this. Right now the default is the featured image of the post appears at the top of the post itself. If I want to turn that off, can I? If so, how?
I’ll always want a featured image of course, so that they appear on my main posts page, above any blurb. But I might not necessarily want that image as the image on top of the post itself when opened. Just want to see if I can maybe toggle that off.
Thanks!
June 30, 2016 at 11:07 pm #1067904
RadModeratorHi there,
You may add this CSS as well 🙂
.single-post .entry-featured { display: none; }Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1062298 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
