Tagged: x
-
AuthorPosts
-
April 26, 2016 at 3:06 pm #900915
pelowiParticipantHi,
I´d like to change the position of the feature image of one blog post.
Is it possible to show an image thumb within the text (float: right) instead of the full image above the post?
Thanks in advance
Bye
April 26, 2016 at 11:36 pm #901443
Prasant RaiModeratorHello Bye,
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.
April 27, 2016 at 1:42 pm #902807
pelowiParticipantThis reply has been marked as private.April 27, 2016 at 3:10 pm #902948
pelowiParticipantThis reply has been marked as private.April 28, 2016 at 1:06 am #903578
RupokMemberIt’s okay. Consider this thread as closed.
April 28, 2016 at 3:21 pm #904665
pelowiParticipantNo, the problem is still there – I want to change the size of the featured image and show it within the text, not above it in full width
April 29, 2016 at 7:24 am #905573
Paul RModeratorHi,
To reduce it’s size, you can add this under Custom > Edit Global CSS in the Customizer.
.single-post article { background-color:#fff; } @media (min-width: 767px) { .single-post .entry-featured { max-width:50%; margin:0 auto; } }You may change 50% to adjust the size.
Hope that helps.
May 3, 2016 at 7:38 am #910640
pelowiParticipantThanks – I desided to make a workarround with the following code:
.entry-thumb img {
height: 300px;
max-width: 100%;
object-fit: cover;
}Thanks anyway
May 3, 2016 at 9:58 am #910869
ThaiModeratorGlad you’ve sorted it out.
If you need anything else, please let us know 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-900915 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
