Jump to content

Move Search box under Cart


toncika

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...