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 ?
#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


Messages In This Thread
RE: [GODARK] How to remove the whole sidebar thing ? - by WallBB - 08-22-2019, 06:30 PM



Users browsing this thread: 1 Guest(s)