Jump to content

How can i move productsCarousel outside center_column_main div


Recommended Posts

I want to "productsCarousel" div outside "center_colum_main" , at the same level as footer , in order for the "carousel" div to be able to use all the width of the browsers window instead of the 900px size that the "center_column_main" div has.

 

I tried to use the module position to put the carousel module in the footer but with no success.

Thank you

Link to comment
Share on other sites

you've got this module attached to displayHome hook.

it will be necessary to put it into the displayTop hook.

then modify module .tpl file, prepend there code:

</div>
<div style="display:block; clear:both; overflow:hidden;">

and append

</div>
Link to comment
Share on other sites

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