Home Forums FAQ [Fix] WooCommerce misalignment (Inovado)

Home Forums FAQ [Fix] WooCommerce misalignment (Inovado)

  • Creator
    Ticket
  • #81157
    Phil (Support)
    Support Staff

    Option 1: Trim product title

    .products li h3{ 
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    

    Option 2: Fixed product height

    .products li{ height: 400px; }

The forum ‘FAQ’ is closed.