[email protected] Posted September 9, 2013 Share Posted September 9, 2013 (edited) Hi, Can anyone help? My shopping basket looks a little weird out of a sudden... they are fading away.. Picture as attached.. Thanks www.witamionline.com Ian Edited January 5, 2014 by vekia (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 9, 2013 Share Posted September 9, 2013 i've noticed that your cart is modified (especially css styles) the question is: what you want to achieve? can you shed some light on this? it's hard to say what you have to change without more information about your expectactions Link to comment Share on other sites More sharing options...
[email protected] Posted January 5, 2014 Author Share Posted January 5, 2014 Hi vekia, Sorry I might have missed your reply dated back to the September 2013... I did not intend to change the cart at all... is there a way to change it back to default cart style?? Many thanks Vekia Ian Link to comment Share on other sites More sharing options...
vekia Posted January 5, 2014 Share Posted January 5, 2014 you've got simple css problems position of you cart is default, you added there banner (top) and it's because of this. change top param to 215px, like i show below: #header #cart_block { z-index: 10; display: none; position: absolute; right: 0; top: 215px; 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; } moreover your cart is inside bloc ktop menu div, this is why it looks so weird. remove it from this div and will be ok: Link to comment Share on other sites More sharing options...
[email protected] Posted January 5, 2014 Author Share Posted January 5, 2014 (edited) Hi Vekia, Thanks for your response. I have changed the param to 215px and it worked fine in terms of the position of the cart drop display.. However the FONT of the product is still looking funny at the moment (as attached in the picture) Any thoughts? Thanks Ian Edited January 5, 2014 by [email protected] (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted January 5, 2014 Share Posted January 5, 2014 it's because it's still inside block top menu. you have to move it from this block. go to modules > positions search for "displayTop" modules list then move "block cart" module to the top of the list (just change position with arrows or with drag'n'drop feature) Link to comment Share on other sites More sharing options...
[email protected] Posted January 5, 2014 Author Share Posted January 5, 2014 Hi Vekia, It WORKED!!!!! thanks so much for your help!! However, I had to changed the param back to 65px, and the positioning of the cart-drop is good now... Thanks so much for your help! You've been awesome! Ian Link to comment Share on other sites More sharing options...
vekia Posted January 5, 2014 Share Posted January 5, 2014 thank you for confirmation that it works im so glad that i could help you i marked whole topic as [solved] too. with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts