Remove sidebar on blog newpost?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tormodg
    Senior Member
    • Oct 2004
    • 149
    • 3.8.x

    Remove sidebar on blog newpost?

    I see absolutely no reason why the blog sidebar needs to be present when you write a post to a blog. The style I use means that the blog column is about 600 pixels wide, and the blog entry form takes up too much space!

    I have set the size to 400 pixels in the Stylevars setting but the total size of the form + smilie box still breaks the bounds.

    Is there a simple way to remove the sidebar? Seems to me this requires some CSS trickery.
    Tormod Guldvog
    Hypography - Science for everyone // Science Forums
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74177

    #2
    Add this line to the top of your blog_entry_editor template:
    Code:
    <style type="text/css">#sidebar_container {display:none;} #content {width: 100%;margin-left:0;}</style>
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    Related Topics

    Collapse

    Working...