• I added a custom css for my single product image in mystile theme.Due to that my thumbnail below my single product image have became tiny.How to solve this problem

    .images img {
        -moz-box-sizing: border-box;
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #E6E6E6;
        padding: 0.618em;
        width: inherit;
    }

    link for site

  • The topic ‘After adding a custom css file my thumbnails have become tiny.’ is closed to new replies.