Forum Size
5 posters
Page 1 of 1
Forum Size
Hiya folks can anyone tell me how I can re-size my forum? to make it smaller, I have looked at it and it's set at 80% but when I change this it makes no difference at all, I have also looked through the CSS sheet and changed it there but still no luck ? I am using PHPBB
Thank you
Thank you

netsniper- Active Poster
-
Posts : 1040
Reputation : 0
Language : English
Location : Somewhere
Re: Forum Size
Hello
Try this code to change width. I've looked into your CSS that had a big. This code will probably fix it.
Try this code to change width. I've looked into your CSS that had a big. This code will probably fix it.
- Code:
.bodylinewidth {
width:85%;
}
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: Forum Size
ankillien wrote:Hello
Try this code to change width. I've looked into your CSS that had a big. This code will probably fix it.
- Code:
.bodylinewidth {
width:85%;
}
Thanks for the reply I tried that and got this message
Detected error
We have counted a different number of "{" and of "}". It means your CSS risks to be not valid and will not be posted correctly on your forum.
We advise you to reread your code.
netsniper- Active Poster
-
Posts : 1040
Reputation : 0
Language : English
Location : Somewhere
Re: Forum Size
You must have removed one of curly braces.
Check your code for brace error.
Check your code for brace error.
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: Forum Size
Hi ankillien
This is what I have there
.bodylinewidth {
width:85%
}
And I changed it to this
.bodylinewidth {
width:80%
}
And got this message
Detected error
We have counted a different number of "{" and of "}". It means your CSS risks to be not valid and will not be posted correctly on your forum.
We advise you to reread your code.
Thank you
This is what I have there
.bodylinewidth {
width:85%
}
And I changed it to this
.bodylinewidth {
width:80%
}
And got this message
Detected error
We have counted a different number of "{" and of "}". It means your CSS risks to be not valid and will not be posted correctly on your forum.
We advise you to reread your code.
Thank you
netsniper- Active Poster
-
Posts : 1040
Reputation : 0
Language : English
Location : Somewhere
Re: Forum Size
You have to put semi-colon ; right after the value 80%.
Put it and then save.
It should be alright.
Put it and then save.
It should be alright.
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: Forum Size
I did it like you said and still the same message as before
.bodylinewidth {
width:80%;
}
.bodylinewidth {
width:80%;
}
netsniper- Active Poster
-
Posts : 1040
Reputation : 0
Language : English
Location : Somewhere
Re: Forum Size
You also need to remove this part if it is still there...
- Code:
.bodylinewidth {
width:85%
}
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: Forum Size
So I replace this
.bodylinewidth {
width:80%;
}
With this
80%;
.bodylinewidth {
width:80%;
}
With this
80%;
netsniper- Active Poster
-
Posts : 1040
Reputation : 0
Language : English
Location : Somewhere
Re: Forum Size
Can anyone help me with this problem I am trying to re size the width of my forum so that I can have the portal on one side I have tried the above but nothing seems to work


netsniper- Active Poster
-
Posts : 1040
Reputation : 0
Language : English
Location : Somewhere
Re: Forum Size
Anyone please


netsniper- Active Poster
-
Posts : 1040
Reputation : 0
Language : English
Location : Somewhere
Re: Forum Size
Any one help please 

netsniper- Active Poster
-
Posts : 1040
Reputation : 0
Language : English
Location : Somewhere
Re: Forum Size
netsniper wrote:So I replace this
.bodylinewidth {
width:85%;
}
With this
80%;
Correct, so it looks like:
.bodylinewidth {
width:80%;
}
Or the size you desire

Darren1- Helper
-
Posts : 11853
Reputation : 566
Language : English
Re: Forum Size
I did what you said and this is the message I got same as before
Detected error
We have counted a different number of "{" and of "}". It means your CSS risks to be not valid and will not be posted correctly on your forum.
We advise you to reread your code.

Detected error
We have counted a different number of "{" and of "}". It means your CSS risks to be not valid and will not be posted correctly on your forum.
We advise you to reread your code.

netsniper- Active Poster
-
Posts : 1040
Reputation : 0
Language : English
Location : Somewhere
Re: Forum Size
I think your banner is too big and it is causing the problem.I think if you change your banner size from 1039 x 115 you wont be considering a resize
Re: Forum Size
Removed the banner and still got the same problem, below is what is in my Css
.bodyline{
background-color: #8EC1D8;
border: 1px #b6ddee solid;
.bodylinewidth {
width:80%;
}
.bodyline{
background-color: #8EC1D8;
border: 1px #b6ddee solid;
.bodylinewidth {
width:80%;
}
netsniper- Active Poster
-
Posts : 1040
Reputation : 0
Language : English
Location : Somewhere
Re: Forum Size
I had a similar issue where I entered that code, and it didn't change.
Well I went back through the CSS and found out that code was already in there, so I changed the percentage from 80% to 95% and I got what I wanted.
Well I went back through the CSS and found out that code was already in there, so I changed the percentage from 80% to 95% and I got what I wanted.
carbonfibah- Forumember
-
Posts : 36
Reputation : 0
Language : english

» Moving the forum icons and increasing the font size of the forum headers
» Forum size
» FORUM SIZE
» Size for a forum?
» Forum size
» Forum size
» FORUM SIZE
» Size for a forum?
» Forum size
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum