cinny2205 Posted September 19, 2014 Share Posted September 19, 2014 Hi, I would like to move my blockcart align right while the search box is disabled. http://www.luenhinghk.com/ecommerce/index.php Could anyone advise how to do this? Many thanks~ Link to comment Share on other sites More sharing options...
Timactive Posted September 19, 2014 Share Posted September 19, 2014 Hi, Can you confirm with this screenshot that's what you want? I cannot see the search block and to better understand the main of this operation? Link to comment Share on other sites More sharing options...
dioniz Posted September 19, 2014 Share Posted September 19, 2014 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 More sharing options...
cinny2205 Posted September 19, 2014 Author Share Posted September 19, 2014 Thank you~~~ Link to comment Share on other sites More sharing options...
dioniz Posted September 19, 2014 Share Posted September 19, 2014 You are welcome I'm marking this thread solved Link to comment Share on other sites More sharing options...
Recommended Posts