Jump to content

Shopping Cart Expanded Upward Instead of Down


Recommended Posts

Hi everyone,

 

I'm a newbie to Prestashop and was using version 1.5.3.

 

I've uploaded an oversize logo 980x230 to match the width of the shop, then the shopping cart just wrapped undernearth the logo. However, when there's something in the cart and mouse over it the cart expand upward instead of expand downward by default. I thought there was setting errors with blockcart module hence I uninstalled and reinstall the blockcart at BO then tested and it shown the cart has split into 2 panels as see in picture. Anyone please advise how to stop the cart from split into 2 panels?

 

Also I anyone please direct where I can change the colour of the vertical bar in the topmenu as shown in picture also.

 

Your helps would be highly appreciated and thank you very much in advance.

 

Regards

 

Jacky

post-533382-0-14270500-1365390905_thumb.jpg

Link to comment
Share on other sites

I think I've just figured out how to fix the cart panel from split apart and expanding upward

by adjust the number at (top: 300px;) as below.

 

prestashop/modules/blockcart/blockcart.css

 

Around line 12:

 

/* Special style for block cart*/

#left_column #cart_block, #right_column #cart_block {

}

#header #cart_block .title_block, #header #cart_block h4 {

display: none;

}

#header #cart_block {

z-index: 10;

display:none;

position: absolute;

right: 0;

top: 300px;

height: auto;

width: 200px;

-moz-border-bottom-right-radius: 3px;

-moz-border-bottom-left-radius: 3px;

-webkit-border-bottom-right-radius: 3px;

-webkit-border-bottom-left-radius: 3px;

border-bottom-right-radius: 3px;

border-bottom-left-radius: 3px;

box-shadow: 0 1px 0 #C6C6C6;

background:#eee

}

 

 

Anyways, I still needs helps on how to adjust the colour of the separator vertical bar in topmenu.

 

Thank you

 

Jacky

Link to comment
Share on other sites

×
×
  • Create New...