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.

How do I make my forum wider - Invision template

3 posters

Go down

How do I make my forum wider - Invision template Empty How do I make my forum wider - Invision template

Post by eMOJO March 6th 2009, 3:56 am

Hi

I'm using the invision template for my forum and I want to make it wider. I've tried changing the forum width % but this does not seem to make any difference.

Please help
E
eMOJO
eMOJO
New Member

Male Posts : 7
Reputation : 0
Language : English
Location : QLD, Australia

Back to top Go down

How do I make my forum wider - Invision template Empty Re: How do I make my forum wider - Invision template

Post by magicm00n March 6th 2009, 3:58 am

It must be the skin you're using. Try changing it in the CSS.
magicm00n
magicm00n
Active Poster

Female Posts : 1305
Reputation : 217
Language : English
Location : The support forum of Forumotion

Back to top Go down

How do I make my forum wider - Invision template Empty Re: How do I make my forum wider - Invision template

Post by eMOJO March 6th 2009, 5:11 am

Any clues as to how I would do this... I'm a bit of a noob when it comes to program stuff.
eMOJO
eMOJO
New Member

Male Posts : 7
Reputation : 0
Language : English
Location : QLD, Australia

Back to top Go down

How do I make my forum wider - Invision template Empty Re: How do I make my forum wider - Invision template

Post by ankillien March 6th 2009, 12:33 pm

Try this code.
Add it to your CSS.

Code:
#ipbwrapper {
width : 90%;
}
Change percentage as per your need.

Or you can use pixels, like this...

Code:
#ipbwrapper {
width : 850px;
}
Change pixels as per your need.

Change in % or pixels will change the width of your forum.


Hope this helps Very Happy
ankillien
ankillien
Energetic

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

Back to top Go down

Back to top

- Similar topics

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