Tagged: x
-
AuthorPosts
-
July 22, 2016 at 2:50 pm #1099056
flacnvinylParticipantIs it possible to force the archive/category within Integrity align to a grid? Is it possible to just have the featured image and the article title?
July 22, 2016 at 2:51 pm #1099057
flacnvinylParticipantThis reply has been marked as private.July 22, 2016 at 10:04 pm #1099483
RadModeratorHi there,
Thanks for writing in.
It’s due to this existing CSS,
.has-post-thumbnail .entry-featured { box-shadow: none; border: none; text-align: center; width: 500px; margin: 0 auto; }It shouldn’t force it to 500px, instead, you can change it to 100%.
Cheers!
July 23, 2016 at 9:44 am #1099896
flacnvinylParticipantThis reply has been marked as private.July 23, 2016 at 6:04 pm #1100154
RadModeratorHi Drake,
You can target specific image and use max width and not width. Example,
.single-post .has-post-thumbnail .entry-featured { box-shadow: none; border: none; text-align: center; max-width: 500px; margin: 0 auto; }Hope this helps.
July 23, 2016 at 8:32 pm #1100295
flacnvinylParticipantGot it! OK, so I currently have this…
.has-post-thumbnail .entry-featured {
box-shadow: none;
border: none;
text-align: center;
width: 500px;
margin:0 auto;
}
.single-post .has-post-thumbnail .entry-featured {
box-shadow: none;
border: none;
text-align: center;
max-width: 400px;
margin: 0 auto;
}Thoughts on unifying those or do they infact address different purposes?
July 24, 2016 at 1:19 am #1100423
RadModeratorHi there,
Ah, you should replace this CSS
.has-post-thumbnail .entry-featured { box-shadow: none; border: none; text-align: center; width: 500px; margin:0 auto; }with this
.single-post .has-post-thumbnail .entry-featured { box-shadow: none; border: none; text-align: center; max-width: 400px; margin: 0 auto; }Cheers!
July 24, 2016 at 9:16 pm #1101224
flacnvinylParticipantThis reply has been marked as private.July 24, 2016 at 10:09 pm #1101269
RadModeratorYou’re welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1099056 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
