• My website is using shopping cart theme. Product names are of different length and that makes look of site very strange. I was trying to limit the characters showing on product box using addition css in customise but it is not working
    .product-block .name {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
    Any help please

    The page I need help with: [log in to see the link]

  • The topic ‘How fix length of Product name in Product box’ is closed to new replies.