Venture Theme - How to move my social media icon under the subscription/newsletter box?

Hi there,

Can you help me please. I’m currently using Venture theme and on the footer I want to move my social media icons under the subscription box. How will I do that?

Here’s my URL if you need it.

www.urbanbriefs.org

password: viewhi

Thanks a lot.

Jeff

Hello, @Jefrod17

Welcome to the Shopify Community.
I read your problem and it seems that I need to analyze your website to provide the solution here.
Would you please share your website URL and if your website is password protected then also provide the password.

@Hardik29418

Thanks for your response.

Here’s my URL: https://urbanbriefs.org/

password: viewhi

Appreciate it.

hii, @Jefrod17
Paste this code on top of the theme.scss file.

@media only screen and (min-width: 992px) {
ul.list--inline.social-icons.text-left {
    position: relative !important;
    top: 235px !important;
    left: -175px !important;
}
}

Thank You.

@Zworthkey

Thank you for your response.

I was able to show it under the subscription box successfully after copying the code you gave and it was all fine and working but obviously I have to remove the FOLLOW US block in the footer, when I hide it, then the social media icons disappeared as well. Also can we place it on left side align with the subscription box instead of center?

Thank you.