[ic] Template Edit

John Hoy john at effectuality.com
Fri Aug 15 22:03:31 UTC 2008


Thanks doc!

It took the width but not the centering

http://westdistribution.com/cgi-bin/gov/index.html

Here is what I am using

BODY {
	
        width: 749px;
        margin: 0 auto;
        text-align:center;
  	font-family: arial, sans serif;
  	font-size: 10pt;
  	margin: 0;
}

Any more help would be appreciated!!

Thanks!

John

On Fri, Aug 15, 2008 at 2:05 PM, Davor Ocelic
<docelic at spinlocksolutions.com> wrote:
> On Fri, 15 Aug 2008 13:54:55 -0700
> "John Hoy" <johndhoy at gmail.com> wrote:
>
>> Hi Group, Thanks for all previous help!  I am adding a new store.  I
>> have used the demo to build my stores so far which works great for my
>> skill set (limited).  My new store I want to have its width set to 749
>> PX instead of the rest of my stores which are 100%.  I cannot seem to
>> find the actual template which controls this.  I see a few templates,
>> but when I try to edit them, no changes take place, is there a master
>> template?
>
> Oi,
>
> There are a few ways to do this.
>
> One way is to edit three files, templates/{leftonly,leftright,noleft}
> in your catalog and adjust widths there. Since our Standard demo is
> mostly table based, you will see
>
> <table width=100% ...>
>
> at the beginning of each file, and you change 100% to your value.
>
> Another way is to edit variables/THEME_CSS and set your width
> definition there through CSS.
>
> Directly at the top of THEME_CSS you have the definition for BODY,
> where you add something like:
>
>  width: your width;
>  margin: 0 auto; /* to center the page */
>
>
> Cya,
> -doc
>
> _______________________________________________
> interchange-users mailing list
> interchange-users at icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>



-- 
------------------------------------------------------------------------------------

John David Hoy
Managing Partner

Effectuality Inc.
102-9488 189th Street
Port Kells (Surrey), British Columbia
V4N 4W7, Canada
Toll Free: 1.866.732.9324
Main Line: 604.513.9323
Fax: 604.513.9320
Cellular - 604.732.9324
eMail - john at effectuality.com
Site - http://www.effectuality.com



More information about the interchange-users mailing list