dtwfung Posted August 29, 2015 Share Posted August 29, 2015 (edited) Hi There, I tried to swap the position of "Quick Search" and "New Search in Category". (See label 1 and 2 HERE ). (Will remove the "Quick Search" finally.) I have moved "New Search in Category" in front of ""Quick Search" in Admin's BO -> position. Their place were swapped but "New Search in Category" is located under the "Logo". (See the result HERE ). I have searched on forum and found tpl file is required to change, however, there is NO tpl file in "New Search in Category". The testing site can be accessed here http://cop9gun.com/prshopNEW/index.php. p.s. I'm using default theme and 1.6.0.14 Anyone can help ?! Many thanks in advance. David Edited August 29, 2015 by dtwfung (see edit history) Link to comment Share on other sites More sharing options...
catalin.scaesteanu Posted August 29, 2015 Share Posted August 29, 2015 I'm not sure if this is how you want it to show up but to do this you need to edit: /root/modules/shopiblocksearch/ - from css file remove the width and clear properties and add a padding-top: 56px; - add class col-sm-5 to the tpl file for id="shopi_search_block_top" /root/themes/your_theme/header.tpl - add class col-sm-4 to id="header_logo" search for blockcart.tpl if it's in /root/themes/modules/blockcart and if not /root/modules/blockcart - change class to col-sm-3 instead of col-sm-4 Hope this helps. 1 Link to comment Share on other sites More sharing options...
dtwfung Posted August 30, 2015 Author Share Posted August 30, 2015 download.png I'm not sure if this is how you want it to show up but to do this you need to edit: /root/modules/shopiblocksearch/ - from css file remove the width and clear properties and add a padding-top: 56px; - add class col-sm-5 to the tpl file for id="shopi_search_block_top" /root/themes/your_theme/header.tpl - add class col-sm-4 to id="header_logo" search for blockcart.tpl if it's in /root/themes/modules/blockcart and if not /root/modules/blockcart - change class to col-sm-3 instead of col-sm-4 Hope this helps. Thanks. It should what I expect. I will try your advise. 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