move cart_status div

I am trying to move the mini cart in the header (cart_status). I tried using my custom css file to move it



#cart_status { position:fixed;top:0px; } but that broke the javascript feature when clicking on the cart icon and seeing your mini shopping cart pop down. Once I implemented my own css clicking the cart just caused the page to reload. Anyone have any suggestions on how to make this work?

[quote name='solesurvivor' timestamp='1312815171' post='119129']

I am trying to move the mini cart in the header (cart_status). I tried using my custom css file to move it



#cart_status { position:fixed;top:0px; } but that broke the javascript feature when clicking on the cart icon and seeing your mini shopping cart pop down. Once I implemented my own css clicking the cart just caused the page to reload. Anyone have any suggestions on how to make this work?

[/quote]



Figured it out… Need to set the z-index to a high value like 999.