johnwright Posted February 24, 2012 Share Posted February 24, 2012 Hi i was wondering how i change the layout of the block customers who bought a product also bought, as you can see mine goes down the page and not across the page like the product in the same cat category http://www.cherielingerie.co.uk/product.php?id_product=87 Thanks in advance.. Link to comment Share on other sites More sharing options...
johnwright Posted February 25, 2012 Author Share Posted February 25, 2012 Found the answer you need to copy and paste this into the globle CSS code of your theme. /* crosselling block */ #crossselling { margin: 0 auto 0; height: 120px; width: 100% } #crossselling_noscroll { margin: 0 auto 0; height: 120px; width: 100% } #crossselling_list { overflow: hidden; float: left; width: 96% } #crossselling_list ul { padding-left: 0; list-style-type: none } #crossselling_list li { float: left; margin: 0 3px; cursor: pointer; text-align: center; width: 100px; overflow: hidden } #crossselling_scroll_left, #crossselling_scroll_right { background: url('../img/thumbs_left.gif') no-repeat center; text-indent: -3000px; display: block; width: 9px; height: 18px; float: left; margin-top: 30px } #crossselling_scroll_right { background-image: url('../img/thumbs_right.gif') } Link to comment Share on other sites More sharing options...
johnwright Posted March 13, 2012 Author Share Posted March 13, 2012 yes found it and it works, thanks very much Link to comment Share on other sites More sharing options...
Mike Kranzler Posted March 13, 2012 Share Posted March 13, 2012 Thanks for coming back with the solution! I'll go ahead and mark this thread as solved for you. -Mike Link to comment Share on other sites More sharing options...
Recommended Posts