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.

Unable to decrease the width.

4 posters

Go down

Unable to decrease the width. Empty Unable to decrease the width.

Post by exeat May 11th 2011, 9:29 pm

I am unable to decrease the width of my forum..
When I go to ACP > General > configuration > in "page structure" there is an option of "forum width". Few days back I set the value 90% to this, but this time I wanted to set it to 80%. Hence, I changed it value from 90% to 80% but I found no change in its width. I cleared my cached and opened my forum again I found that there is decrement in the width, but ultimately the width again get increased as it was before (at 90%).
When I again visited to ACP >>> forum width option, there was no change in the value. Then I again decreased more width (and this time set to it 50% for testing) but same thing happened, firstly I saw the decreased width (to 50%) then ultimately it increased to 90% again.

Please anyone help me out.


Last edited by exeat on May 11th 2011, 9:42 pm; edited 1 time in total
exeat
exeat
Forumember

Male Posts : 30
Reputation : 0
Language : english

Back to top Go down

Unable to decrease the width. Empty Re: Unable to decrease the width.

Post by Nijan May 11th 2011, 9:32 pm

Try to click save after changing it.
Nijan
Nijan
Forumember

Female Posts : 31
Reputation : 30
Language : English, German

http://namina.forum-aktiv.com

Back to top Go down

Unable to decrease the width. Empty Re: Unable to decrease the width.

Post by exeat May 11th 2011, 9:41 pm

Ya that's I thing I don't forget to do because its written every "don't forget to click on save button"
exeat
exeat
Forumember

Male Posts : 30
Reputation : 0
Language : english

Back to top Go down

Unable to decrease the width. Empty Re: Unable to decrease the width.

Post by Captain Kuchiki May 11th 2011, 10:17 pm

width: 95px;
to your css under body
Captain Kuchiki
Captain Kuchiki
Forumember

Male Posts : 193
Reputation : 34
Language : Serbian, English
Location : In the air

Back to top Go down

Unable to decrease the width. Empty Re: Unable to decrease the width.

Post by exeat May 12th 2011, 12:24 am

from where can I edit css ??
exeat
exeat
Forumember

Male Posts : 30
Reputation : 0
Language : english

Back to top Go down

Unable to decrease the width. Empty Re: Unable to decrease the width.

Post by Nera. May 12th 2011, 12:57 am

Ap >> Display >> Colors >> CSS
Find (for phpBB3)
Code:
 #wrap {
    background-color: #F7F7F7;
    border: 1px solid #666666;
    margin: 0 auto;
    min-width: 951px;
    padding: 5px;
    width: 90%;
}

Change the width.

Header width sometimes causes this kind of problems, wrap wont collapse cause header is too big. You can check that also.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Unable to decrease the width. Empty Re: Unable to decrease the width.

Post by exeat May 12th 2011, 6:17 pm

But I have phpbb2 version
exeat
exeat
Forumember

Male Posts : 30
Reputation : 0
Language : english

Back to top Go down

Unable to decrease the width. Empty Re: Unable to decrease the width.

Post by Nera. May 13th 2011, 12:39 am

Sorry, you have phpBB3 under profile so I assumed.

This is for phpBB2.
Code:
.bodylinewidth {
    width: XY%;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

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