Focal Theme - Fiddly Footer

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.

Can you please confirm if the the link is correct? I am getting the icons in one line.

I am updating my theme so it is a draft site atm, the one you viewed is live theme

Can you please provide the link of preview theme by going to online store >> Themes >> Click on menu icon >> Right click on preview and copy link address. Now, you just need to paste here.

https://stoltmanbrothers.com/?_ab=0&_fd=0&_sc=1&preview_theme_id=183618634105

You may try adding this CSS code:

.social-icons {
  display: flex;
  gap: 0.5rem;
}

Thanks for reply where would I add this?