leecharles Posted March 30, 2014 Share Posted March 30, 2014 Hi, when i click on any item it takes me to the details page. On This there is a small social block; Share on Facebook! Send to a friend Remove this product from my favorite's list. Add this product to my list of favorites. Print the bottom three items text is over the images, where do i go to move the text across? Thanks, Lee www.gr8-kitchenware.co.uk Link to comment Share on other sites More sharing options...
dioniz Posted March 30, 2014 Share Posted March 30, 2014 Find this code in global.css or product.css: #usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#favoriteproducts_block_extra_added { border: medium none; clear: both; cursor: pointer; float: none; font-weight: 700; margin: 0 0 8px; padding: 0; position: relative; } change to this #usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#favoriteproducts_block_extra_added { border: medium none; clear: both; cursor: pointer; float: none; font-weight: 700; margin: 0 0 8px; padding: 0 0 0 30px; position: relative; } Link to comment Share on other sites More sharing options...
vekia Posted March 30, 2014 Share Posted March 30, 2014 in addition to what dioniz said, in your case it will be necessary to clear shop cache due to the fact that your css files are minified into one (CCC for css under adv. parameters > performance tab) Link to comment Share on other sites More sharing options...
Recommended Posts