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 width

5 posters

Go down

Solved Forum width

Post by drfawad October 2nd 2010, 5:52 pm

How to decrease width of my forum???

Here is my forum:

http://ptcforum.motionsforum.com

I tried this but not working:

ACP > General > Configuration > Forum width
avatar
drfawad
Forumember

Posts : 51
Reputation : 0
Language : english

Back to top Go down

Solved Re: Forum width

Post by Sanket October 2nd 2010, 5:59 pm

Code:
#wrap {
width : 890px;
}
Add this to your css, see if it works.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Forum width

Post by drfawad October 2nd 2010, 6:08 pm

Sanket wrote:
Code:
#wrap {
width : 890px;
}
Add this to your css, see if it works.
Not working
avatar
drfawad
Forumember

Posts : 51
Reputation : 0
Language : english

Back to top Go down

Solved Re: Forum width

Post by Sanket October 2nd 2010, 6:13 pm

Can you remove the code on the homepage message, check if it works then?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Forum width

Post by drfawad October 2nd 2010, 6:18 pm

Sanket wrote:Can you remove the code on the homepage message, check if it works then?
sorry, i didn't get you, which home page message are you talking about?
avatar
drfawad
Forumember

Posts : 51
Reputation : 0
Language : english

Back to top Go down

Solved Re: Forum width

Post by Sanket October 2nd 2010, 6:25 pm

Display>generalities>Homepage Message
message Content: remove the code.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Forum width

Post by drfawad October 2nd 2010, 8:00 pm

Sanket wrote:Display>generalities>Homepage Message
message Content: remove the code.
Didn't work even after removal of home page message
avatar
drfawad
Forumember

Posts : 51
Reputation : 0
Language : english

Back to top Go down

Solved Re: Forum width

Post by Guest October 2nd 2010, 8:04 pm

Try this in your css:

Code:

#min-width{min-width:700px}
avatar
Guest
Guest


Back to top Go down

Solved Re: Forum width

Post by Maki1 October 2nd 2010, 8:10 pm

Hello,

If the code that Gangstar15, give you doesn't work then try this code this should work for phpBB3

Code:
#wrap { width: 96%;}
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

Solved Re: Forum width

Post by drfawad October 4th 2010, 6:56 pm

Neither of the above two working
avatar
drfawad
Forumember

Posts : 51
Reputation : 0
Language : english

Back to top Go down

Solved Re: Forum width

Post by Sanket October 4th 2010, 6:58 pm

Sanket wrote:Display>generalities>Homepage Message
message Content: remove the code.

Also remove any announcements that you have added.
General>Announcements.

See what happens then?

The code which i gave should work.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Forum width

Post by Reverse Simplicity October 4th 2010, 7:02 pm

Sanket... dont forget to mention the option in the admin panel...

Admin Panel>>General>>Forum>> Configuration

Scroll down to Page structure. Then reduce the forum wisth.

Hope this helped
Reverse Simplicity
Reverse Simplicity
Forumember

Male Posts : 140
Reputation : 10
Language : English

http://ychat.realityboard.net/

Back to top Go down

Solved Re: Forum width

Post by Maki1 October 4th 2010, 7:04 pm

The code I give should work 100%

See here => http://forumshqiptar.forumotion.com/ i use the same theme as you phpBB3 (prosilver)

Also try to General => Forum >> Configuration Forum width (number or %) try there and see if it works.
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

Solved Re: Forum width

Post by drfawad October 4th 2010, 7:14 pm

Maki1 wrote:The code I give should work 100%

See here => http://forumshqiptar.forumotion.com/ i use the same theme as you phpBB3 (prosilver)

Also try to General => Forum >> Configuration Forum width (number or %) try there and see if it works.
not working, i wonder whats wrong with my forum
avatar
drfawad
Forumember

Posts : 51
Reputation : 0
Language : english

Back to top Go down

Solved Re: Forum width

Post by Maki1 October 4th 2010, 7:15 pm

Can you please give me a test account so i can see whats wrong.
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

Solved Re: Forum width

Post by ankillien October 4th 2010, 7:16 pm

Hello,

Please add this code to your CSS...

Code:
#wrap {
width: 800px;
min-width: 700px !important;
}

You can change 800px to increase/decrease the forum width.
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: Forum width

Post by Guest October 4th 2010, 7:17 pm

Hmmm. go to APC / Modules / Forum widgets management / Width column 3 (right) : Change that
avatar
Guest
Guest


Back to top Go down

Solved Re: Forum width

Post by drfawad October 4th 2010, 7:19 pm

@ankillien...wow so after waiting for months i am now able to decrease my forum width, thanks

@Maki...Thanks to you too dear
avatar
drfawad
Forumember

Posts : 51
Reputation : 0
Language : english

Back to top Go down

Solved Re: Forum width

Post by ankillien October 4th 2010, 7:19 pm

Gangstar15 wrote:Hmmm. go to APC / Modules / Forum widgets management / Width column 3 (right) : Change that

I already got the bug. See above.
There is nothing to do with the widgets.

EDIT :

Glad I could help, drfawad Very Happy

Since the issue is now solved, I'll...

Solved > Locked
ankillien
ankillien
Energetic

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

Back to top Go down

Back to top


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