surrfman Posted August 19, 2011 Posted August 19, 2011 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
germ Posted August 19, 2011 Posted August 19, 2011 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 >
surrfman Posted August 20, 2011 Author Posted August 20, 2011 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
multimixer Posted August 20, 2011 Posted August 20, 2011 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 My community profile | Template system for osCommerce - New: Responsive | Feedback channel
germ Posted August 20, 2011 Posted August 20, 2011 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 >
surrfman Posted August 20, 2011 Author Posted August 20, 2011 Checked the file, what I added was the word "color" to "background" that did the trick. Thanks a bunch guys! Timmy C
Recommended Posts
Archived
This topic is now archived and is closed to further replies.