Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1018555
    Darren G
    Participant

    Hi,

    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

    #1018609
    Jade
    Moderator

    Hi 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.

    #1018613
    Darren G
    Participant

    Thanks 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/

    #1018673
    Nabeel A
    Moderator

    Hi again,

    PlPlease add the following code in your Customizer:

    .entry-header {
        margin-bottom: 25px !important;
    }

    Let us know how this goes!

    #1018677
    Darren G
    Participant

    Fantastic – thanks Nabeel 🙂

    #1018749
    Jade
    Moderator

    You’re welcome Darren

  • <script> jQuery(function($){ $("#no-reply-1018555 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>