Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1323083
    sofiaeleonora
    Participant

    Hi!

    I’ve been searching in the forums and testing some css but nothing has worked so now I need your help! I’d like to center the post meta and only keep the date (possibly with time as well?) and “leave a coment” if possible?

    Also I’d like to set the blog width on my first page to 1200px since I set all my pictures to 1200px and then the text looks out of place 🙂

    Here’s my website: http://www.sofiaeleonora.se

    I’ve hidden the post meta for now though since it looks so weird 😛

    Thanks in advance!!

    #1323432
    Rupok
    Member

    Hi there,

    Thanks for wriitng in! Can you point us the post meta you are referring after taking off the code you are using? And also clarify if it’s on home or single post.

    Cheers!

    #1325412
    sofiaeleonora
    Participant
    This reply has been marked as private.
    #1325415
    sofiaeleonora
    Participant

    Here’s a picture of how it looks:

    #1325434
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    p.p-meta {
        text-align: center;
    }
    p.p-meta > span:nth-child(1),
    p.p-meta > span:nth-child(3) {
        display: none;
    }

    http://i.imgur.com/RJVSIey.png

    Hope it helps 🙂

    #1325566
    sofiaeleonora
    Participant

    It works perfectly, thank you!! 🙂

    #1325575
    sofiaeleonora
    Participant

    Also, is there a way to set the width of the posts on the home page to 1200px?

    #1325602
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .home .x-container.max.width.offset {
        max-width: 1200px;
    }

    Regards!

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