Jump to content

How to fix this problem?


Recommended Posts

I have a problem with "shopping_cart". Although I've done some changes in css for this segment, I've noticed that they are disadjusted and are not positioned right. I've made a printscreen to explain myself better. I really don't know where the problem could be. An even stranger thing is that this error doesn't occur all the time.. sometimes, if I refresh the page, they are alright; then if I refresh again they are not. 

Do you know what could cause this problem and how I could fix it?

 

Thanks!


post-715508-0-78185200-1393507098_thumb.png

Link to comment
Share on other sites

Pretty simple fix here ;)

 

In modules/blockcart/blockcart.css find the following:

#header #cart_block {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 1px 0 #C6C6C6;
    display: none;
    height: auto;
    position: absolute;
    right: 50px;
    top: 104px;
    width: 200px;
    z-index: 10;
}

Change your current css to that above and the placement will be fixed. Additional css adjustments will be needed for some minor elements but that should get you headed in the right direction.

 

Marty Shue

Link to comment
Share on other sites

i've replaced the code but the problem didn't go away. i've noticed that the problem only occurs only when i'm on the product page.. if i'm on any other page, everything is fine

 

 

Well, the main problem of the cart alignment did go away. However, I see there are additional issues. I will look at it again.

 

Marty Shue

Link to comment
Share on other sites

×
×
  • Create New...