Close

quickview image layout issue

rosegeng
10 years ago
#3318 Quote
Avatar
  • 11
QuickView image shows properly in alfresco template but display wrong within other templates
rosegeng
10 years ago
#3320 Quote
Avatar
  • 11
rosegeng wrote:
QuickView image shows properly in alfresco template but display wrong within other templates

Problem was solved.

add code in to styles.css
            .product-grid .product-item .picture img {
                margin: 5px;
                width:100%;
                height:auto;
            }
        .sub-category-grid .sub-category-item .picture, .manufacturer-grid .manufacturer-item .picture {
            text-align: center;
            padding: 10px 0;
            overflow: hidden;
            width: 145px;
            height:145px;
            margin: 0 1px;
        }
        .product-list .product-item .picture img {
                        margin: 5px;
                        width:100%;
                        height:auto;
                    }
       .sub-category-grid .sub-category-item .picture img{
                        
                        max-width:145px;
                        height:100%;
                    }