How can center the arrow icons

Solved
Janamir
Shopify Partner
204 0 69

How can center the arrow icons. Please help.

icons.png

 

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

Accepted Solutions (2)
Zworthkey
Shopify Partner
5581 642 1552

This is an accepted solution.

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.

View solution in original post

dmwwebartisan
Shopify Partner
12215 2537 3660

This is an accepted solution.

@Janamir 

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

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

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 4 (4)
Zworthkey
Shopify Partner
5581 642 1552

This is an accepted solution.

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.

Janamir
Shopify Partner
204 0 69

@dmwwebartisan 

thanks, that worked.

dmwwebartisan
Shopify Partner
12215 2537 3660

@Janamir 

Welcome Again!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
dmwwebartisan
Shopify Partner
12215 2537 3660

This is an accepted solution.

@Janamir 

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

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

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app