Re: Ocean Front Template Support Thread
Thanks Clyde :smile: I will unveil it soon I'm busy working behind the scens right now
Re: Ocean Front Template Support Thread
Good Morning,
Just added the Ocean Front Template to http://www.thepatchshop.com.au
I couple of small problems;
1) The right side of the Cat box is cut off, If I increase the Template width to 900 then the full boxes appear.
2) The gap between the flash header and the Tabs is too big, now can I cut that down.
Any help appreciated
Re: Ocean Front Template Support Thread
Quote:
Originally Posted by
RKB
Good Morning,
Just added the Ocean Front Template to
http://www.thepatchshop.com.au
I couple of small problems;
1) The right side of the Cat box is cut off, If I increase the Template width to 900 then the full boxes appear.
2) The gap between the flash header and the Tabs is too big, now can I cut that down.
Any help appreciated
1) The graphic images for the side boxes are 150px wide; You have the right side column width set at 80px; I'd reset these in admin -> configuration -> layout settings - make the column and box width 150px
2) put it inside the headerWrapper instead of above it.
Re: Ocean Front Template Support Thread
RKB - I looked at your site in IE7, no flash banner/logo. You might want to take a look yourself (Could be my firewall blocking it, but thought I'd give you a heads up anyway!)
Re: Ocean Front Template Support Thread
Thanks for the info and guidance, I will get onto the IE issue when I resolve the issues I have with Firefox.
I have two header problems http://www.thepatchshop.com.au
1) How can I get rid on the surplus background above the Flash header ?
2) I would like to have the Flash Header span the full width, but there seems to be some padding on the left side that I can not find which is stopping the header from settling on the left.
Re: Ocean Front Template Support Thread
Quote:
Originally Posted by
RKB
Thanks for the info and guidance, I will get onto the IE issue when I resolve the issues I have with Firefox.
I have two header problems
http://www.thepatchshop.com.au
1) How can I get rid on the surplus background above the Flash header ?
2) I would like to have the Flash Header span the full width, but there seems to be some padding on the left side that I can not find which is stopping the header from settling on the left.
move it inside the logoWrapper div
Re: Ocean Front Template Support Thread
How do I change the body background? Went to sylesheet.css and couldn't find it. Thank you for your help in advance.
Re: Ocean Front Template Support Thread
Change the background-color
/**
* Main CSS Stylesheet
*
* @package templateSystem
* @copyright Copyright 2003-2007 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
*/
body {
margin: 5px 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #FFFFFF;
}
Re: Ocean Front Template Support Thread
Quote:
Originally Posted by
RKB
Change the background-color
/**
* Main CSS Stylesheet
*
* @package templateSystem
* @copyright Copyright 2003-2007 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license
http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
*/
body {
margin: 5px 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #FFFFFF;
}
That's what I've been doing and hasn't changed anything.
Re: Ocean Front Template Support Thread
Quote:
Originally Posted by
NancyOK
That's what I've been doing and hasn't changed anything.
Guess I didn't look too good. It does change the color around the edge of the page. Was needing to know how to change the beige background. Thank you for your help.