08-22-2019, 06:30 PM
Yes, it is easy
You also need to remove sidebar in css and change the forum width to 100%
i.e.
Go to css3.css
And find and modify
to this
Cheers
You also need to remove sidebar in css and change the forum width to 100%
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