giallofanatic Posted March 28, 2014 Share Posted March 28, 2014 Hi the cross selling block on product page and on cart page both cut the far right of the block off (please see images) does anyone have any idea what I need to edit to fix this issue. Thanks Chris http://www.lust.co.uk/testsite prestashop 1.6.0.5 Link to comment Share on other sites More sharing options...
loulou66 Posted March 28, 2014 Share Posted March 28, 2014 HI in file modules/crossselling/css/crossselling.css change #crossselling_list { float: left; overflow: hidden; width: 96%; } to #crossselling_list { float: left; overflow: hidden; width: 100%; } change #crossselling li { float:left; margin: 0 8px; padding: 0 5px; } to #crossselling li {float:left;} empty cache smaty and broswer @++ Loulou66 2 Link to comment Share on other sites More sharing options...
giallofanatic Posted March 28, 2014 Author Share Posted March 28, 2014 Thanks my friend worked perfect Link to comment Share on other sites More sharing options...
Recommended Posts