2 replies [Last post]
snepa's picture
Offline
Joined: 01/15/2009
Juice: 38
Was this information Helpful?

I have an issue that seems like a layout/style issue for my theme but only occurs with a ubercart block.

In IE7 only (display fine in Firefox, Chrome, or Safari) there is a white line that shows up horizontally in the shopping cart sidebar block. This bar is only in the ubercart shopping cart block and stays with the block regardless of where the block is positioned and regardless of whether the block is expanded or collapsed.

I've attached a screenshot. I'm running Drupal 6.9 and Ubercart 6.x-2.0-beta3. The theme I'm using is Pixture Reloaded 6.x-3.0. I work in Firefox in Mac but also run a virtual Windows with IE7. This issue shows up in PC's outside of the VM as well.

I've attached an image. In terms of the graphics that go into creating the block the white line shows up between the block-bl.png/block-br.png and the block-tile.png.

Thanks,

Stephen

PreviewAttachmentSize
whitelines.JPGwhitelines.JPG41 KB
itsallamit's picture
Offline
Joined: 08/06/2008
Juice: 53
table

That's because of the CSS for table in pixture reloaded.

Look at Line 165 in style.css

instead of "margin: 0 0 10px 0" write "margin: 0 0 0 0" and it should work.

If you changed any color, you will have to replace the style.css in sites/default/files/color/pixture_reloaded- xxxxx/ folder.

snepa's picture
Offline
Joined: 01/15/2009
Juice: 38
cart display issue

itsallamit,

Thanks for the tip. I'll give it a try.

I did do some color and png customizations. I do try to go in sparingly to do theme changes for that reason - have to reload png's and reset colors each time.

snepa