toncika Posted September 13, 2014 Share Posted September 13, 2014 Hello, I would like to move the Search box from center to right, preferably under Cart. I'm using the default theme. I have searched but didn't find the answer on the forum, I tried to use the information found but the best result I got was moving the Search box to the right, and the Cart moved automatically in center. How can I get them both to right, one above another? Thank you for your help. Link to comment Share on other sites More sharing options...
dioniz Posted September 13, 2014 Share Posted September 13, 2014 What version of PS you have and what theme? Link to comment Share on other sites More sharing options...
toncika Posted September 13, 2014 Author Share Posted September 13, 2014 Version 1.6 with default-bootstrap theme Link to comment Share on other sites More sharing options...
dioniz Posted September 13, 2014 Share Posted September 13, 2014 Open yourdomain\themes\default-bootstrap\modules\blocksearch\blocksearch-top.tpl and find this code: <div id="search_block_top" class="col-sm-4 clearfix"> and change to: <div id="search_block_top" class="col-sm-8 clearfix"> then open yourdomain\themes\default-bootstrap\modules\blockcart\blockcart.tpl and find: <div class="col-sm-4 clearfix{if $PS_CATALOG_MODE} header_user_catalog{/if}"> change to: <div class="col-sm-8 clearfix{if $PS_CATALOG_MODE} header_user_catalog{/if}"> Then in BO > Modules > Positions search for displayTop and drag Cart block to the top position Link to comment Share on other sites More sharing options...
toncika Posted September 13, 2014 Author Share Posted September 13, 2014 (edited) Thank you very much. Allready tried and it works. The search box was too wide but fixed it. How can I reduce the distance between the cart and search? EDIT: fixed it, first time did not delete cache. Thank you again. Edited September 13, 2014 by toncika (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