OneSlyFoxx Posted November 18, 2014 Share Posted November 18, 2014 I'm using prestashop 1.6, and have already unhooked my cart and hooked it in to DisplayNav. I have edited blockcart.tpl and changed the div to '<div class="pull right{if $PS_CATALOG_MODE} header_user_catalog{/if}">' I'm trying to edit the position of the cart in blockcart.css, which I've already edited to change the color, but when I try to change 'top' on line 165 to edit the position of the cart nothing happens. My site is , www.breakinggroundequipment.com/BGStore I want the cart to be right next to the 'Sign in' tab. Thanks in advance for your help! Link to comment Share on other sites More sharing options...
WDbS Posted November 18, 2014 Share Posted November 18, 2014 (edited) Modules -> Positions -> displayNav -> move Cart block to the top of the list. line 7 in the css needs: padding-top: 0px; line 165 should be: top: 45px; Now you have the challenge of getting it to look right on mobile. Good luck! Edited November 18, 2014 by WDbS (see edit history) Link to comment Share on other sites More sharing options...
OneSlyFoxx Posted November 19, 2014 Author Share Posted November 19, 2014 You sir, are an angel... you have no clue how long I spent fiddling with it. Thank you so much, it worked perfectly! As for mobile, I'm happy with it as it is. Link to comment Share on other sites More sharing options...
OneSlyFoxx Posted November 20, 2014 Author Share Posted November 20, 2014 So I made the edits on one computer on internet explorer and everything displayed properly, however when I tried to display it on my home desktop the cart displayed above the sign in. I tried to open it up in firefox and I had the same issue, however in firefox the width of the page displayed properly, in IE 11.0.9 it doesn't display properly. Upon viewing it on my sister's netbook it looks like everything displays properly in firefox on her mac, as well as in safari. Is it possible it's just a plugin that has been disabled on my computer? Link to comment Share on other sites More sharing options...
OneSlyFoxx Posted November 21, 2014 Author Share Posted November 21, 2014 Does anyone have any additional input to my problem? Even a reassurance that my site displays the cart properly on other people's computers would be fine with me. Link to comment Share on other sites More sharing options...
mickeyboy1 Posted November 21, 2014 Share Posted November 21, 2014 (edited) Well if this is how you wanted it Then it works for me in firefox,chrome and I.E 11 Make sure you clear your browser cache as well as shop cache Edited November 21, 2014 by mickeyboy1 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now