forforumita Posted August 17, 2016 Share Posted August 17, 2016 Dear all, I am learning Prestashop and was trying to customize the default menu. In particular I wanted to remove the "Search" functionality from the Top Menu. but If I disable the "Search" module, that the "Cart" in the top menu is no more aligned to the right, but goes to the center replacing the "Search" module. The question is: how to maintain the "Cart" aligned right? thanks for your answer Link to comment Share on other sites More sharing options...
vekia Posted August 17, 2016 Share Posted August 17, 2016 you have to add pull-right to cart block <div class=""> <div class="pull-right col-sm-4 clearfix"> the effect: Link to comment Share on other sites More sharing options...
forforumita Posted August 17, 2016 Author Share Posted August 17, 2016 (edited) thank you vekia. Which file shoul di edit? thanks Edited August 17, 2016 by forforumita (see edit history) Link to comment Share on other sites More sharing options...
forforumita Posted August 17, 2016 Author Share Posted August 17, 2016 Sorry vekia, i edited the file prestashop\themes\default-bootstrap\modules\blockcart on line 27 from <div class="col-sm-4 clearfix{if $PS_CATALOG_MODE} header_user_catalog{/if}"> to <div class="pull-right col-sm-4 clearfix{if $PS_CATALOG_MODE} header_user_catalog{/if}"> but nothign changed. can you help me? thanks Link to comment Share on other sites More sharing options...
vekia Posted August 17, 2016 Share Posted August 17, 2016 try to clear shop cache, maybe you see cached version of the page Link to comment Share on other sites More sharing options...
forforumita Posted August 17, 2016 Author Share Posted August 17, 2016 thank you veika. It worked! regards! 1 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