Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1392045
    finnern
    Participant

    I needed padding between the headline and the featured image and this code did the trick:
    .single-post .entry-featured {
    padding: 15px;
    padding-bottom: 0;
    box-shadow: 0;
    border: 0;
    }

    Alas the featured image is not aligned with the text and therefore with the other images.

    See here: http://finnern.com/2017/02/27/level-up-neptune-software-community/

    What to do? Thanks for any help, Mark.

    #1392162
    Joao
    Moderator

    Hi There,

    Please try adding the following code to Appereance CUstomizer CUstom CSS

    .single-post .entry-featured {
    
        width: 72%;
    }

    Hope it helps

    Joao

    #1392259
    finnern
    Participant

    Tried it, but it didn’t make a difference 🙁

    Any other idea? Thanks, Mark.

    #1392857
    Rad
    Moderator

    Hi there,

    What do you mean by not aligned? Please try this

    .single-post .entry-featured {
        padding: 25px 15% 0;
        box-shadow: 0;
        border: 0;
        max-width: 850px;
        width: 100%;
    }

    Thanks!

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