Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Forum wide size body like this one on vanillaforums.org
![lucus78](https://secure.gravatar.com/avatar/59dff111415affa41efa3a9d23b6b10d/?default=https%3A%2F%2Fvanillicon.com%2F3333072323a704ae37eeeea009d36872_100.png&rating=g&size=100)
Hello Guys,
I'm using default theme evertything is fine I like it template out of box, but there is a little problem I want to make as wide as on here.
What screw should i turn it?
Thanks as awlays
Lucas
0
Best Answer
-
rasteron ✭✭
Try this Lucas, since you're using default theme, create a new file in the theme's /design folder named custom.css with the css code below or add these lines if you already have this file:
.Row { margin: 0 auto; width: 80%; max-width: 1200px; min-width: 940px; }
hope that helps.
4
Answers
In your custom.css you could try adding this:
Adjust the width % to your preference.
Try the theme BetterBitter that resembles that about this forum.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Sorry guys either both solutions does not working at least what i want to achive it.
The discussion body is still as narrow as at default.
Any thought?
Thanks anyway
Lucas
Try this Lucas, since you're using default theme, create a new file in the theme's /design folder named custom.css with the css code below or add these lines if you already have this file:
hope that helps.
Don't add or change files in directories that you haven't created by yourself!
I guess the
/conf
folder is the only exception to this.Although it is the fastest way to achieve anything, you will regret it almost always later on, when updating.
/themes/YourTheme/about.php
accordingly.This takes you 5 minutes more than polluting the core directories, but it can save you hours of time later on.
I have to admit that this might not be the case for adding a custom.css to default theme, but its a question of how to help people customizing Vanilla. Help them to help themselves, not show them how to get themselves in trouble.