Set proSilver to Fixed Width
Re: Set proSilver to Fixed Width
Is there a css width within .round within your content.css file?
Re: Set proSilver to Fixed Width
that doesn't look like the correct area for the edits, the edit is below this section!
Code: Select all
/* Main blocks
---------------------------------------- */
Re: Set proSilver to Fixed Width
My content file does not have a .round section at allLDM wrote:Is there a css width within .round within your content.css file?
As for my edits they are below main blocks as per the instructions hence it working for all but the backgroundcisco007 wrote:that doesn't look like the correct area for the edits, the edit is below this section!
Code: Select all
/* Main blocks ---------------------------------------- */
Re: Set proSilver to Fixed Width
It looks to me that .round controls that, is it within colours.css?
Re: Set proSilver to Fixed Width
First job done... found it
Any idea what i change?
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;
Re: Set proSilver to Fixed Width
Change width: 80%; to width: 800px;
or whatever width you are trying to achieve.
or whatever width you are trying to achieve.
Re: Set proSilver to Fixed Width
YOU ROCK!!!!!!!!!!!!
That was it!
I never thought to look in colours!
A millions thanks
That was it!
I never thought to look in colours!
A millions thanks
Re: Set proSilver to Fixed Width
No worries mate, glad it's sorted, we got there in the end.