Jump to content

block categories module to be displayed in the left side and next to it i want image slider


Recommended Posts

Please help me...

I am stucked in a situation where i want the block categories module to be displayed in the left side and next to it i want image slider for home page module...

i am searching for it since last 6 days but no solution..please help my PrestaShop version: 1.6.0.13 and i am using default theme

Link to comment
Share on other sites

Go to you header.tpl

 

Look for 

 

<div id="slider_row" class="row">
<div id="top_column" class="center_column col-xs-12 col-sm-12">{hook h="displayTopColumn"}</div>
</div>
 
you need move after
 
<div id="center_column" class="center_column col-xs-12 col-sm-{$cols|intval}">
 
 
and not 100% sure but just try it 
Link to comment
Share on other sites

  • 1 month later...

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...