Home Forums Basel support forum SPACING BETWEEN PRODUCT THUMBNAILS

SPACING BETWEEN PRODUCT THUMBNAILS

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14470

    IvyK
    Participant

    Hi,

    How can we reduce spacing between product thumbnails on category pages?
    We are planning to use all info on hover and we want the spacing to be quite smaller, like 6 or 10px.

    Thank you!

    #14475

    Artem Temos
    Keymaster

    Hi,

    Use the following CSS code snippet

    .products {
        margin-left:-10px;    
      	margin-right:-10px;
    }
    
    .products .product {
        padding-left:5px;    
      	padding-right:5px;
    }

    Regard

    #14484

    IvyK
    Participant

    Hi,

    Thank you, we want the space to be reduced at top and bottom as well, now is just reduced left and right.
    Also, if we use site width as wide (1600px) instead of full width, we have black lines showing through on the left and right of the thumbnails. Since we have full text on hover, is that what is showing there? How to remove those black lines?
    The problem is not visible on full width, just wide (1600px) site width.

    Please see attached file

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #14486

    Artem Temos
    Keymaster

    Add this code also

    .basel-hover-info {
    	margin-bottom:10px
    }
    
    .basel-hover-info img {
    	width:100%;
    }

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)