Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1206755
    nourmoubayed
    Participant

    Dear Support,

    I would like to modify my Blog post page to become without Side bar, and the content is centered.(but not full width)

    Exactly like this:

    cvo-infographic

    I am using Renew theme.

    Here’s how my blog post currently looks like:

    How to Build an Unstoppable Business

    Please let me know how to modify that.

    Thanks

    #1206864
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    You need to change your layout under Customize -> Layout and design to one of layouts which has no sidebars.

    Let us know if this helps!

    Thank you.

    #1206885
    nourmoubayed
    Participant

    Hi Rahul,
    This changes my whole site’s layout.

    I just want to change teh layout of my Blog posts to have them without Sidebar, And Centred in the middle.

    #1207524
    Friech
    Moderator

    Hi There,

    Please add this on your custom CSS on Customizer.

    .single .x-sidebar {display: none;}
    .single-post .x-container.offset {max-width: 65%;}

    Then look for this custom CSS block:

    .single .x-main{
      
      width:70% !important;
      padding-left:3% !important;
      padding-right:3% !important;
      margin: 0% !important;
    }

    And update the width:70% !important; to width:100% !important;

    Hope it helps, Cheers!

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