Size of the article area

Use this forum to ask questions about how to do things in GuMax skin.
Post Reply
User avatar
rafael.rosa
Rank 0
Rank 0
Posts: 1
Joined: August 10th, 2009, 9:30 am

Size of the article area

Post by rafael.rosa »

For first, sorry my english, i'm braziliam...


I love this skin but i have a problem, the space of content area is too small, how i fix the size. for example:

http://img210.imageshack.us/img210/6772/errow.png


The image uploaded on the article is cut by the size of the page. How can i increase the size?
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: Size of the article area

Post by Paul »

It's in file gumax_template.css

Code: Select all

#gumax-wrapper
{
	width: 970px;  /* page width */
	margin: 0 auto;
	font-size: 110%;
	background: transparent;
	/* border: 1px solid #000; /**/
}
Post Reply