On Sale - Peach MyBB Theme - 10$ For limited time Check here
On Sale - Focus Responsive Theme - 20$ For limited time Check here
[GODARK] How to remove the whole sidebar thing ?
#1
Question 
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
#2
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
#3
Thank you very much, that worked. Wink
#4
When u remove them, the statistics go away how do I retain it?
#5
Never mind found it Smile
#6
Very happy to know this mate Smile
There are very good tutorials in this section
https://wallbb.co.uk/forums/forumdisplay.php?fid=9




Users browsing this thread: 1 Guest(s)