Set proSilver to Fixed Width

Tips & Tricks to use on your phpBB3 Forum.
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Set proSilver to Fixed Width

Post by LDM »

Is there a css width within .round within your content.css file?
User avatar
cisco007
Staff
Staff
Posts: 501
Joined: Tue Oct 07, 2008 3:44 am

Re: Set proSilver to Fixed Width

Post by cisco007 »

that doesn't look like the correct area for the edits, the edit is below this section!

Code: Select all

/* Main blocks
---------------------------------------- */
a-friend
Forum Member
Forum Member
Posts: 8
Joined: Sun Nov 08, 2009 9:48 am

Re: Set proSilver to Fixed Width

Post by a-friend »

LDM wrote:Is there a css width within .round within your content.css file?
My content file does not have a .round section at all
cisco007 wrote:that doesn't look like the correct area for the edits, the edit is below this section!

Code: Select all

/* Main blocks
---------------------------------------- */
As for my edits they are below main blocks as per the instructions hence it working for all but the background
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Set proSilver to Fixed Width

Post by LDM »

It looks to me that .round controls that, is it within colours.css?
a-friend
Forum Member
Forum Member
Posts: 8
Joined: Sun Nov 08, 2009 9:48 am

Re: Set proSilver to Fixed Width

Post by a-friend »

First job done... found it

Code: Select all

.round {
     background-color: #ECF3DA;
	 background-image:("{T_THEME_PATH}/images/bg_round.jpg");
	 background-repeat: repeat-x;
	 width: 80%;
	 margin-top: 20px;
	 margin-left: auto;
	 margin-right: auto;
	 padding-top: 40px;
	 border-color: #FF9900;
	 border-style: solid ;
	 border-width: 1px;
Any idea what i change?
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Set proSilver to Fixed Width

Post by LDM »

Change width: 80%; to width: 800px;

or whatever width you are trying to achieve.
a-friend
Forum Member
Forum Member
Posts: 8
Joined: Sun Nov 08, 2009 9:48 am

Re: Set proSilver to Fixed Width

Post by a-friend »

YOU ROCK!!!!!!!!!!!!

That was it!

I never thought to look in colours!

A millions thanks
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Set proSilver to Fixed Width

Post by LDM »

No worries mate, glad it's sorted, we got there in the end.
Post Reply