Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1207215
    davidferp
    Participant

    Hi guys,

    I am looking at making some changes to the blog page of my site and at this point I’ve a couple of requests that I hope are possible:

    1) How can I center the title of all blog posts in single post view?

    2) I would like to force the featured image of every post in single post view to appear right at the top of the page, underneath the navbar (see attached image ‘afterModification.jpg’).

    How can I get both points done in CSS?

    Thanks a lot in advance

    #1207244
    davidferp
    Participant
    This reply has been marked as private.
    #1207693
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .single-post h1.entry-title {
        text-align: center;
    }
    
    @media (min-width:979px){
    .single-post .x-main.full {
        margin-top: -171px;
    }
    }

    Hope that helps.

    #1208143
    davidferp
    Participant

    Hi,

    That’s exactly what I needed!

    Thanks a lot guys

    #1208197
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

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