The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Forum Size

5 posters

Go down

Forum Size Empty Forum Size

Post by netsniper September 7th 2009, 6:15 pm

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 Smile
netsniper
netsniper
Active Poster

Male Posts : 1040
Reputation : 0
Language : English
Location : Somewhere

Back to top Go down

Forum Size Empty Re: Forum Size

Post by ankillien September 8th 2009, 7:41 am

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%;
        }
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Forum Size Empty Re: Forum Size

Post by netsniper September 8th 2009, 10:18 am

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
netsniper
Active Poster

Male Posts : 1040
Reputation : 0
Language : English
Location : Somewhere

Back to top Go down

Forum Size Empty Re: Forum Size

Post by ankillien September 8th 2009, 3:06 pm

You must have removed one of curly braces.
Check your code for brace error.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Forum Size Empty Re: Forum Size

Post by netsniper September 8th 2009, 3:59 pm

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
netsniper
netsniper
Active Poster

Male Posts : 1040
Reputation : 0
Language : English
Location : Somewhere

Back to top Go down

Forum Size Empty Re: Forum Size

Post by ankillien September 8th 2009, 4:08 pm

You have to put semi-colon ; right after the value 80%.
Put it and then save.
It should be alright.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Forum Size Empty Re: Forum Size

Post by netsniper September 8th 2009, 4:18 pm

I did it like you said and still the same message as before

.bodylinewidth {
width:80%;
}
netsniper
netsniper
Active Poster

Male Posts : 1040
Reputation : 0
Language : English
Location : Somewhere

Back to top Go down

Forum Size Empty Re: Forum Size

Post by ankillien September 8th 2009, 4:27 pm

You also need to remove this part if it is still there...

Code:
.bodylinewidth {
width:85%
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Forum Size Empty Re: Forum Size

Post by netsniper September 8th 2009, 4:32 pm

So I replace this

.bodylinewidth {
width:80%;
}


With this

80%;
netsniper
netsniper
Active Poster

Male Posts : 1040
Reputation : 0
Language : English
Location : Somewhere

Back to top Go down

Forum Size Empty Re: Forum Size

Post by netsniper September 8th 2009, 8:14 pm

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

Hello
netsniper
netsniper
Active Poster

Male Posts : 1040
Reputation : 0
Language : English
Location : Somewhere

Back to top Go down

Forum Size Empty Re: Forum Size

Post by netsniper September 12th 2009, 8:15 pm

Anyone please

Hello
netsniper
netsniper
Active Poster

Male Posts : 1040
Reputation : 0
Language : English
Location : Somewhere

Back to top Go down

Forum Size Empty Re: Forum Size

Post by netsniper September 13th 2009, 2:15 am

Any one help please Hello
netsniper
netsniper
Active Poster

Male Posts : 1040
Reputation : 0
Language : English
Location : Somewhere

Back to top Go down

Forum Size Empty Re: Forum Size

Post by Darren1 September 13th 2009, 2:17 am

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 Wink
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Forum Size Empty Re: Forum Size

Post by netsniper September 13th 2009, 1:43 pm

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.


Crying or Very sad
netsniper
netsniper
Active Poster

Male Posts : 1040
Reputation : 0
Language : English
Location : Somewhere

Back to top Go down

Forum Size Empty Re: Forum Size

Post by Team101 September 13th 2009, 2:08 pm

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
Team101
Team101
Forumember

Male Posts : 245
Reputation : 0
Language : english

http://forumosion.forumotion.com

Back to top Go down

Forum Size Empty Re: Forum Size

Post by netsniper September 13th 2009, 6:12 pm

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%;
}
netsniper
netsniper
Active Poster

Male Posts : 1040
Reputation : 0
Language : English
Location : Somewhere

Back to top Go down

Forum Size Empty Re: Forum Size

Post by carbonfibah September 14th 2009, 2:25 am

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.
carbonfibah
carbonfibah
Forumember

Male Posts : 36
Reputation : 0
Language : english

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum