Hi everyone!
I’m having a bit of trouble with the size of the cart notes, the height is too tall and I’d like it to be smaller, I have basically zero coding knowledge so this has been a real challenge for me. ![]()
Here’s how things are looking like right now:
Here’s the code lines that I’m pretty sure are the issue here:
{%- if section.settings.show_cart_note -%}
{{ ‘sections.cart.note’ | t }}
{{ cart.note }}{%- endif -%}
I also added this at the end of assets > base.css as I saw in another discussion to fix the width but I tried messing with height and it did nothing
(min-width: 750px) {
.cart__note {
width: 100% !important;
margin-right: 4rem;
}
Thanks in advance!!
