Okay
  Public Ticket #1375323
title of product longer than row (internet explorer)
Closed

Comments

  •  4
    martinleclercq started the conversation

    Hi Kalium,

    I'm working with the shop version of Kalium. Like it a lot. Only heard from my client that the titles of product run longer than the row they're in (internet explorer 11). The result is that the prices fall over the row on the right side. How to fix that?

    Kind regards,

    Martin Leclercq

  •  1,560
    Laborator replied

    Hi Martin,

    Can you try adding the following CSS to Custom CSS

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .woocommerce .product .item-info .item-info-row {
        display: block;
    }
    .woocommerce .product .item-info .item-info-row>.price-column, .woocommerce .product .item-info .item-info-row>.title-column {
        width: 100%;
        display: block !important;
    }
    .woocommerce .product .item-info .item-info-row>.price-column {
      padding: 0px;
    }
    }

    If this doesn't fix it, can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   martinleclercq replied privately
  •  1,560
    Laborator replied

    Hi there,

    It doesn't seem so:

    http://drops.laborator.co/ulk5AH

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  4
    martinleclercq replied

    Hello Art, You're right. It's working fine. thanks