How can I center the arrow icons on my webpage?

How can center the arrow icons. Please help.

link store: https://96ii2c3a3nr71f7g-49295786151.shopifypreview.com/

1 Like

Hii, @Janamir
Paste this code on top of the theme.scss file.

i.fas.fa-angle-right {
    position: relative !important;
    top: 4px !important;
}

Thank You.

1 Like

@Janamir

Add following code bottom of theme.scss.liquid file.

i.fas.fa-angle-right {
    position: relative !important;
    top: 4px !important;
}

Thanks!

1 Like

@dmwwebartisan

thanks, that worked.

@Janamir

Welcome Again!