Tagged: x
-
AuthorPosts
-
May 31, 2016 at 12:57 pm #1018555
Darren GParticipantHi,
I have shrank the featured image down to 50% on the blog posts (using some CSS I found in another post)
Example here: http://grow-digital1.com/news/how-we-can-all-reach-90-years-of-age-just-like-the-queen/
How easy would it be to left align the image and put a little padding at the top (it’s very close to the post title article)
Thanks
May 31, 2016 at 1:23 pm #1018609
JadeModeratorHi Darren,
You will have to update this code:
.single-post .entry-featured { width: 50%; margin: 0 auto; display: block; }to
.single-post .entry-featured { width: 50%; margin: 0; display: block; }Hope this helps.
May 31, 2016 at 1:25 pm #1018613
Darren GParticipantThanks Jade, that’s great – would it be a big job to put some padding between the featured image and the post title – they are very close together….
Example here: http://grow-digital1.com/news/how-we-can-all-reach-90-years-of-age-just-like-the-queen/
May 31, 2016 at 2:10 pm #1018673
Nabeel AModeratorHi again,
PlPlease add the following code in your Customizer:
.entry-header { margin-bottom: 25px !important; }Let us know how this goes!
May 31, 2016 at 2:19 pm #1018677
Darren GParticipantFantastic – thanks Nabeel 🙂
May 31, 2016 at 3:04 pm #1018749
JadeModeratorYou’re welcome Darren
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1018555 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
