Tagged: x
-
AuthorPosts
-
June 19, 2016 at 1:04 pm #1049412
EParticipantHi,
The featured images are WAY too big for the blog and archive pages. I’m using Integrity. How do I reduce the size that appears on these pages?
June 19, 2016 at 3:17 pm #1049505
Nabeel AModeratorHi 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.
June 23, 2016 at 7:11 pm #1057191
EParticipantThis reply has been marked as private.June 23, 2016 at 11:22 pm #1057562
RupokMemberHi there,
Thanks for updating. It seems you are using too long height images that’s not suitable at all for featured image. You should use an image that’s wider and less in height. Kindly upload appropriate images and it will look good.
If you still have any question let us know what you are trying to achieve with a screenshot.
Cheers!
June 24, 2016 at 12:45 am #1057628
EParticipantThis reply has been marked as private.June 24, 2016 at 1:13 am #1057649
RupokMemberHi there,
Thanks for updating. I think that’s exactly what I answered in last reply. It’s all about the dimension. When you are using awkwardly long height image, it won’t fit anywhere. There is no recommended size but you should use an wider image (say 800×600) to get better view.
If you want to restrict the image height for blog page (http://millionmamasmovement.org/blog/) then I can provide you some CSS but the extra height will be cut off. If you are okay with that, let’s use the code below :
.blog .entry-featured { max-height: 300px; overflow: hidden; }You can change the max-height with your own value. That’s all I can suggest you for this unless you change the images to a suitable dimension.
Hope this makes sense.
July 13, 2016 at 4:34 pm #1085694
EParticipantThis reply has been marked as private.July 14, 2016 at 12:21 am #1086236
LelyModeratorHello There,
Please update above CSS to this:
.blog .entry-featured, .archive .entry-featured { max-height: 300px; overflow: hidden; }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1049412 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
