thief_58 Posted March 6, 2013 Share Posted March 6, 2013 hello have prestashop 1.5.3.1 verison have problem with shopping cart when want see details position change. my engilish bad. thankyou for interesting.. any idea for my problem ? i will upload picture. propolis http://www.sivaspropolis.com Link to comment Share on other sites More sharing options...
thief_58 Posted March 8, 2013 Author Share Posted March 8, 2013 Any idea for my problem ? Link to comment Share on other sites More sharing options...
tdr170 Posted March 8, 2013 Share Posted March 8, 2013 This is due to the full width banner, you can fix this by editing the blockcart.css file. This file is located in ..modules/blockcart, edit the section below and change the top value until the hover cart is in the position you want. I can not tell you the exact value as you have ccc enabled which combines all css files for faster load speeds but prevents me from editing the css file in my developer tools. #header #cart_block { z-index: 10; display:none; position: absolute; right: 0; top: 65px; 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 } Link to comment Share on other sites More sharing options...
thief_58 Posted March 9, 2013 Author Share Posted March 9, 2013 Problem Solved.. Thankyou for interesting... Link to comment Share on other sites More sharing options...
Recommended Posts