News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Removing Side Bar in Topics?

Started by jmrossi, January 16, 2016, 11:23:31 PM

Previous topic - Next topic

jmrossi

Hello - I am running SMF 2.0.11 and trying to figure out how to remove the "Side Bar" that has the posters information (avatar, gender, etc...) so I can use more of the screen width for the post.

Thanks in advance,
Jeff

Jade Elizabeth

You mean the poster info?

Do you want to remove it all or? :)

Maybe try out this mod?
http://custom.simplemachines.org/mods/index.php?mod=2924
Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

CrimeS

If you want to completely remove it, you can simply use css to hide the poster class and stretch topic body.

Here's the code you can add at the end of index.css or just modify existing css classes:
.poster
{
display: none;
}
.postarea, .moderatorbar {
    margin: 0 0 0 2em;
}

Advertisement: