How can I align theme icons with text on my webpage?

Hello, as you can see the icons of my theme are all disaligned with the texts, as you can see on this screenshot, they are all more up then the texts:

Can you help me align the icons to the same line as the texts.

This is my store: https://www.nobox.shop/products/depilador

Thank you in advance for your time and help!

@jtorres ,

i.las.la-truck.fading_false.fs__20.mr__5 {
    position: relative;
    top: 2px;
}
i.cd.mr__5.fading_true.fs__20.las.la-hourglass-half {
    position: relative;
    top: 3px;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

1 Like