Jump to content

[SOLVED] How to move the blockcart align right when the search box is disabled?


Recommended Posts

Open yourdomain\themes\yourtheme\modules\blockcart\blockcart.tpl and find this:

<div class="col-sm-4 clearfix{if $PS_CATALOG_MODE} header_user_catalog{/if}">

and change to:

<div class="col-sm-4 pull-right clearfix{if $PS_CATALOG_MODE} header_user_catalog{/if}">
Link to comment
Share on other sites

×
×
  • Create New...