How can I relocate the social media icon in Studio Theme?

Hi Team.

Can I get assistance in moving the social media icon a bit below?

Store: Glowcare.se
PS: Glowcare1991

Hi,

Do you know CSS?

@GeeKyuu24 - add this css to the very end of your base.css file and check

.footer__content-top{padding-bottom: 1rem !important;}

Hi @GeeKyuu24

Try this.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.footer__content-top.page-width {
    padding-bottom: 0px;
}

Hi @GeeKyuu24 ,

This is David at SalesHunterThemes.

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code.

Go Assets folder → base.css file.

Add this following code at the bottom of page.

.footer__content-top {
    padding-bottom: 0px !important;;
}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

Hi @GeeKyuu24

This is Noah from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Noah | PageFly