Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1007688
    patrickweygoldt
    Participant

    Hey, I wanted to ask if it´s possible to increase the width of the blog page without changing the width of the other pages or if i have to set all pages to that width and decrease the ones i want to be smaller in the css editor

    #1007772
    Prasant Rai
    Moderator

    Hello Patrick,

    Thanks for updating the thread! To assist you with this issue, would you mind providing us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks!

    #1007808
    patrickweygoldt
    Participant

    my website is http://www.weygoldt.com/ and the blog is http://www.weygoldt.com/blog/ i would like to have the sidebar on the very left on the page and the content region to reach from the sidebar to the very right corner of my screen to get extra space for the content of my blog

    #1007874
    Rahul
    Moderator

    Hi there,

    Please add the following custom CSS :

    .x-sidebar {
        margin-left: -40px;
    }
    
    .x-main {
        width: 77%;
    }

    Hope that helps.

    Thanks

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