Author Topic: Prestashop brand list images  (Read 472 times)

Offline sundar

  • Site Manager
  • Hero Member
  • *****
  • Posts: 249
  • Total likes: 1
  • Karma: +1/-0
  • Gender: Male
  • Thirsty Knowledge...
    • View Profile
    • Can talk anything
Prestashop brand list images
« 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;
}
Always TAG your threads

  • Download all the schematics here Direct download
  • Stay connected with S4talk on

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal