Okay
  Public Ticket #2011781
Cart dropdown block size
Closed

Comments

  •  5
    epicnick started the conversation

    Hi,

    My client has pretty long product names which makes the titles go through the price. Please see the attached image.

    Can you tell me how I can make the squares of the items a bit higher?

    Thank you in advance.


  • [deleted] replied

    Hi epicnick,

    I see the issue here, can you please this custom CSS:

    .header-cart .cart-items .cart-item > a {
        flex-shrink: 0;
    }
    .header-cart .cart-items .cart-item .details > a {
        max-height: 80px;
    }

    The result:

    medium
    (view large image)

    I hope you like it.

  •  5
    epicnick replied

    Hi Arlind,

    Thanks for the custom css! Works nicely, and as you said: part of the title is disappearing. 

    I reduced the font size from 16px to 13px to fix that.

    Thanks!

  • [deleted] replied

    Happy to hear that!

    Have a great day!

    Will mark this ticket as solved from here.