3 replies [Last post]
adrianmak's picture
Offline
Joined: 05/28/2008
Juice: 312
Was this information Helpful?

as shown in below link
http://i108.photobucket.com/albums/n16/adrianmak/Snap1-173.jpg

I tried to set all border to zero thru the use of firebug
but have no hint on how to get rid of this thin border line.

which ubercart css class to remove this border line ?

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: where to get rid of this thin border line

This is actually a core Drupal CSS gibble... you've gotta add a border: 0px; to the body element in that table for it to disappear.

theloonypin's picture
Offline
Joined: 06/09/2008
Juice: 34
duh... what table?

Sorry - I probably ask a lot of stupid questions. Where is the table I need to change?

Thank you very much,
amy

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: duh... what table?

No sweat, Amy. If you're having trouble w/ a phantom line, too, you need to change the style.css in your site's theme. If you're using a core theme, I'd recommend copying it and renaming it for your personal use so you don't accidentally overwrite your changes if you ever update your Drupal version.

Making this change requires CSS knowledge.