Hi there I’m hoping anyone can help me, I’m trying to line up the icons horizontally below my links and sign up email tab but I can’t seem to get it to come out of vertical position
Thanks for any help!!
Hello @Hstoltman ,
I hope you are well!
Can you please provide me the store URL? It will be helpful for me to provide yout the CSS which will horizontally align the email and icons.
I am updating my theme so it is a draft site atm, the one you viewed is live theme
You may try adding this CSS code:
.social-icons {
display: flex;
gap: 0.5rem;
}
Thanks for reply where would I add this?