How can center the arrow icons. Please help.
link store: https://96ii2c3a3nr71f7g-49295786151.shopifypreview.com/
How can center the arrow icons. Please help.
link store: https://96ii2c3a3nr71f7g-49295786151.shopifypreview.com/
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.
Add following code bottom of theme.scss.liquid file.
i.fas.fa-angle-right {
position: relative !important;
top: 4px !important;
}
Thanks!
thanks, that worked.
Welcome Again!