Jump to content

Details page out of line


Recommended Posts

Hi,

when i click on any item it takes me to the details page.

 

On This there is a small social block;

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

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

×
×
  • Create New...