aromero1984 Posted November 11, 2013 Share Posted November 11, 2013 Hello im trying to move the productsCarousel homepage module outside center_column_main div , but haven't figured out how to do so. I want to do that in order to make a 100% width to change the background color of that div. Anyone knows how to do this? Link to comment Share on other sites More sharing options...
vekia Posted November 12, 2013 Share Posted November 12, 2013 where you want to move it? where the arrow nb 2 shows? 1 Link to comment Share on other sites More sharing options...
aromero1984 Posted November 12, 2013 Author Share Posted November 12, 2013 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 More sharing options...
vekia Posted November 12, 2013 Share Posted November 12, 2013 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 More sharing options...
aromero1984 Posted November 12, 2013 Author Share Posted November 12, 2013 I'm going to try that and see if it works. Thank you so much , ill let you know. 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