WallBB Forums
[GODARK] How to remove the whole sidebar thing ? - Printable Version

+- WallBB Forums (https://wallbb.co.uk/forums)
+-- Forum: Theme Section (https://wallbb.co.uk/forums/forumdisplay.php?fid=5)
+--- Forum: Theme Support (https://wallbb.co.uk/forums/forumdisplay.php?fid=10)
+--- Thread: [GODARK] How to remove the whole sidebar thing ? (/showthread.php?tid=305)



[GODARK] How to remove the whole sidebar thing ? - Wolfseye - 08-22-2019

Hi,

i just got this theme today and its great. But is there a way to remove the whole sidebar/sideblock use ? I mean, i can just remove it from the template. However that would still keep the forum part as small as it is in width with the Sideblocks.

Is there a way to remove it completely, so the forum is the whole width ?
Thanks so much in advance.

Wolf


RE: [GODARK] How to remove the whole sidebar thing ? - WallBB - 08-22-2019

Yes, it is easy Smile
You also need to remove sidebar in css and change the forum width to 100% Smile
i.e.
Go to css3.css
And find and modify
Code:
.forums {
    float: left;
    margin-right: 20px;
    width: 73%;
}

to this

Code:
.forums {
    float: left;
    margin-right: 20px;
    width: 100%;
}

Cheers


RE: [GODARK] How to remove the whole sidebar thing ? - Wolfseye - 08-23-2019

Thank you very much, that worked. Wink


RE: [GODARK] How to remove the whole sidebar thing ? - alankrit - 10-07-2019

When u remove them, the statistics go away how do I retain it?


RE: [GODARK] How to remove the whole sidebar thing ? - alankrit - 10-09-2019

Never mind found it Smile


RE: [GODARK] How to remove the whole sidebar thing ? - WallBB - 10-10-2019

Very happy to know this mate Smile
There are very good tutorials in this section
https://wallbb.co.uk/forums/forumdisplay.php?fid=9