Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • sky Friend
    #1026843

    what is the css to auto truncate the product title lenght in product list page?

    Pankaj Sharma Moderator
    #1026854

    Hi
    Can u share the site URL and a screenshot of the problem with title here so that i can check this for you.

    Regards

    sky Friend
    #1026914
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1027026

    Hi
    There is no restriction for the title .
    If you want to restrict it to a width use below code in custom.css

    @media(max-width:468px){
    .com_virtuemart div[class*="-view"] .row .vm-col .vm-product-descr-container-1 h2 {
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }}

    this will work for the width not for two lines.

    Regards

    sky Friend
    #1027067
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1027069

    Hi
    Kindly create each topic for new topic questions.
    It also help other user to search same topic solution.

    Regards

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum