Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Where do I make changes?


surrfman

Recommended Posts

Posted

Trying to get rid of the white area between the front page module catagories and the background. Is it a cell padding issue? What file, what changes? The store www.discountegauges.com Tried locating with Firefox, no luck.

 

Thanks,

 

Timmy C

Posted

Try this.

 

In the stylesheet change this:

 

body {
 background-image: url('images/shadow.gif');
 background-position: center;
 background-attachment: fixed;
}

To this:

 

body {
 background:#5c5858;
 background-image: url('images/shadow.gif');
 background-position: center;
 background-attachment: fixed;
}

Sometimes after changing the stylesheet in order to see any change you have to hold the <Ctrl> key down while doing a page refresh in the browser to force the browser to reload all contents from the server, including the newly changed stylesheet.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

That didn't work... darn it. Tried the refresh with control key and tried a new browser window. fired-up firefox, same result.

 

Thnaks much for the help,

 

Timmy C

Posted

This is caused by the background image you use, its white area is wider than the main content part.

 

Use this to find out

body {
 background-attachment: fixed;
 background-color: #FF0000;
 background-image: url("images/shadow.gif");
 background-position: center center;
}

 

You need an other background image

Posted

That didn't work... darn it. Tried the refresh with control key and tried a new browser window. fired-up firefox, same result.

 

Thnaks much for the help,

 

Timmy C

Becaue the change you made IS NOT what I posted.

 

Check your file.

 

Use what I posted and it will work.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Checked the file, what I added was the word "color" to "background" that did the trick.

 

Thanks a bunch guys!

 

Timmy C

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...