Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1167330
    rslogue
    Participant

    What is the best way to customize the blog pages/posts so that they are a single column in the center of the page? Basically providing ample white space on either side even though the global site setting is for full width.

    #1167609
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can reduce the width of your site. That is on Customizer > Layout and Design > Site Width.

    If this does not work, please provide us the site URL.

    Cheers!

    #1167759
    rslogue
    Participant
    This reply has been marked as private.
    #1167837
    Darshana
    Moderator

    Hi there,

    Can you please try adding the following CSS rules and see if that what you require? You can add this under Custom > CSS in the Customizer.

    
    .blog .site {
        max-width: 1000px;
    }
    
    .single-post .site {
        max-width: 1000px;
    }
    

    Hope that helps.

    #1167855
    rslogue
    Participant
    This reply has been marked as private.
    #1167856
    rslogue
    Participant
    This reply has been marked as private.
    #1167974
    Paul R
    Moderator

    Hi,

    You can try this code instead.

    
    
    .blog .x-main.full {
        max-width: 1000px;
        margin:0 auto;
    }
    
    .single-post .x-main.full {
        max-width: 1000px;
        margin:0 auto;
    }
    

    Hope that helps.

    #1167994
    rslogue
    Participant
    This reply has been marked as private.
    #1168216
    Rahul
    Moderator

    Glad it worked for you.

    Let us know if we can help with anything else.

    Thank You.

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