Hey guys, i'm trying to set up an Ubercart site with Drupal and it has been fantastic so far! Im using a free theme called "Sky" and have edited a bit to fit my business. I'm having a problem with the Shopping Cart block though! =(

If you go to my website, HookahChamp.com, on the bottom left my shopping cart is a lil messed up. It doesnt show the links like it did before. If I turn the sky theme off, the shopping cart presence goes back to normal so i know its not the module or ubercart.

I'd greatly appreciate any help as I need to get the site up and running and this is holding me back =(

Comments

ananto’s picture

try add this css code to style.css file on themes/skyeman :

.cart-block-summary-table {
   width:100%;
}

I think that's because your css. Let me know if this works.

emanaydin’s picture

It worked!! thank you so much! .. Do you have any idea how I could fix the Catalog box? the line on the right of it doesnt show up, perhaps its another css setting?

coreyp_1’s picture

it's the width of your <a> element. Check style.css for the width setting of #sidebar ul.menu a, line 143.

- Corey

ananto’s picture

You have to change this code on your style.css

#sidebar .content {
 border:1px solid #BBBBBB;
 padding:10px;
}

remove padding:10px;.

emanaydin’s picture

ananto you've really been a great help.. could you help me with 2 more things real quick? If you go to Hookah under the Catalog, you'll notice that the right and bottom of the box is missing the lines, i assume this is another .css setting but i cant find it.

2nd, if you go to any product, example- http://hookahchamp.com/node/1 , the line to the left of the product picture is really irritating me, how can i remove that?

emanaydin’s picture

nevermind i got it, thanks!