d.crysty23 Posted March 11, 2014 Share Posted March 11, 2014 I want to publish the "top-sellers" module on the right side of the contact page. I've made this thing, as you can see in the images below, but unfortunately it doesn't go public. Do you know where I've done wrong and what I should change? http://www.3bwine.com/CRISTY/prestashop/index.php?controller=contact Thanks! Link to comment Share on other sites More sharing options...
vekia Posted March 11, 2014 Share Posted March 11, 2014 you've got right column hook? it looks like it's empty Link to comment Share on other sites More sharing options...
d.crysty23 Posted March 11, 2014 Author Share Posted March 11, 2014 (edited) i've deleted the css codes for the right column in the beginning and i think i've made a mistake.. now i don't know to publish this module in the hook specified in the image. This is what i'm talking about global.css line 93 #right_column { } Edited March 11, 2014 by d.crysty23 (see edit history) Link to comment Share on other sites More sharing options...
dioniz Posted March 11, 2014 Share Posted March 11, 2014 (edited) You have the problem in center column .container_9 .grid_5 { margin-right: 20px; width: 938px; } So your center column is 938px (+ 20px margin) wide, that's why right column is pushed down Edited March 11, 2014 by dioniz (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts