phpBB3 large style

JedoChristo

Paragon
Joined
May 10, 2008
Messages
1,642
Reaction score
4
FP$
784
Hey there!

I installed a template on my phpBB3 forum and it is too large. Meaning i always have to scroll to the right to be able to see the end of it.

Anyone have any idea how i can re-size the board so no scrolling is needed?

Thanks
 
You can set the width of the page to 80% or something like that . This would by default shrink the page so that it fits your screen .
 
Can I have a link to your forum please, and possibly a link to where you downloaded it if you can?
 
Wonder if it's the skin or your monitor lol... but yeah Raptor probably has the best option. Just change the forum width to like 80%, and if it's still to big I would think it be your monitor or just a crappy style.
 
For a prosilver based style: find the following in the common.css (styles/your style/theme) and post it here:
Code:
    #wrap {
       padding: 0 10px;
       min-width: 650px;
       width: 900px;
       margin: 0 auto;
    }

For a subsilver2 based style you will have to search in the stylesheet.cfg (styles/your style/theme).
 
Back
Top Bottom