I have a question.
I have recently made forums for my Scratch Mod. I don't like how it is stretched out filling the whole screen. Can you please tell me how you guys made the Scratch Forums thinner so it doesn't fill the whole screen?
Offline
Yeah, but the issue is, I want Oxygen as the default theme
Offline
You need to edit the CSS file and add the code
body {width: 700px;}
Replace the 700 with however wide you want it.
Offline
If it's with PunBB-Hosting you won't be able to edit the CSS of all the pages though, just a few.
Offline
RedRocker227 wrote:
If it's with PunBB-Hosting you won't be able to edit the CSS of all the pages though, just a few.
Oh
Offline
Yup, It's with CSS.
Offline
But I don't know where to put the code
Offline
Administrations>Edit templates and then in all of them put this somewhere:
<style type="text/css">
body{
width:1225px;
margin-left:auto;
margin-right:auto;
}
</style>
Offline
scimonster wrote:
You need to edit the CSS file and add the code
Code:
body {width: 700px;}Replace the 700 with however wide you want it.
Thanks dear for share the post. really you have great job...........
Offline
GautamLawyer wrote:
scimonster wrote:
You need to edit the CSS file and add the code
Code:
body {width: 700px;}Replace the 700 with however wide you want it.
Thanks dear for share the post. really you have great job...........
That's a bit spambot-esque. Except you have no link in your signature and no link in your post. 0_o
I really don't understand spambots.
Offline
RedRocker227 wrote:
GautamLawyer wrote:
scimonster wrote:
You need to edit the CSS file and add the code
Code:
body {width: 700px;}Replace the 700 with however wide you want it.
Thanks dear for share the post. really you have great job...........
That's a bit spambot-esque. Except you have no link in your signature and no link in your post. 0_o
I really don't understand spambots.
Soon, they will expect to get a signature, which will advertise a lawyer named/in Gautam.
Offline
LS97 wrote:
RedRocker227 wrote:
GautamLawyer wrote:
Thanks dear for share the post. really you have great job...........That's a bit spambot-esque. Except you have no link in your signature and no link in your post. 0_o
I really don't understand spambots.Soon, they will expect to get a signature, which will advertise a lawyer named/in Gautam.
That user has made quite a few rather spambot-esque posts recently.
Generic, out-of-context remarks.
Offline
RedRocker227 wrote:
Administrations>Edit templates and then in all of them put this somewhere:
<style type="text/css">
body{
width:1225px;
margin-left:auto;
margin-right:auto;
}
</style>
Thanks! This can be closed now
Offline