![]() |
This is where I will be moving the search bar. |
On your file manager, you will need to locate header.tlp (path -catalog/view/theme/default/template/common/header.tlp). In this folder, you will need to change a few lines of the code.
On line 72 it should read <div class="col-sm-4”>, this needs to be changed to <div class="col-sm-9”>.
Now find line 81, you will need to change a few lines of code. It should read:
</div>
<div class="col-sm-5"><?php echo $search; ?>
</div>
<div class="col-sm-3"><?php echo $cart; ?></div>
</div>
change that section of code to:
</div>
<div class="col-sm-3"><?php echo $cart; ?></div>
<div class="col-sm-3"><?php echo $search; ?>
</div>
Save the changes and refresh your store and the search bar will be underneath the cart.
![]() |
Final Result. |
0 comments:
Post a Comment