Re: How can center the arrow icons

Solved

How can I center the arrow icons on my webpage?

Janamir
Shopify Partner
213 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 1578

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
12321 2552 3729

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 1578

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
213 0 69

@dmwwebartisan 

thanks, that worked.

dmwwebartisan
Shopify Partner
12321 2552 3729

@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
12321 2552 3729

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