Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1336570
    rabbler
    Participant

    Hi,

    How does one go about putting all of the single post stuff centred in the page?

    http://notesonrave.ie/?p=1

    So that its like this mock up

    #1336668
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    
    .single .hentry {
        margin-top: 90px;
        max-width: 500px;
        margin-left: 35%;
    }

    Hope it helps

    Joao

    #1336715
    rabbler
    Participant

    What about the reply box too?

    Like just everything thats there?!

    Thanks and thanks and thanks

    #1336830
    Joao
    Moderator

    Hi There,

    Please update the code previously given ton:

    
    .x-comments-area , .single .hentry {
        margin-top: 90px;
        max-width: 500px;
        margin-left: 35%;
    } 

    Hope that helps

    Joao

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