s4talk

Web talk => Web source code & instructions => Topic started by: sundar on August 12, 2020, 11:25:51 AM

Title: Prestashop brand list images
Post by: sundar on August 12, 2020, 11:25:51 AM

If you want something like the image attached is easy with CSS...


.brand {
    display: block;
    float: left;
    padding: 10px;
    border: dotted 1px;
    margin: 5px;
    text-align: center;
}


.brand:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.brand-products {
    display: none;
}


.brand-img {
    width: 200px;
    height: 100px;
}
SimplePortal 2.3.7 © 2008-2025, SimplePortal