How to change the words position in footer

Topic summary

A user needed help adjusting the positioning of text elements in their Shopify store’s footer section, sharing a screenshot to illustrate the issue.

Solutions Provided:

  • Add CSS code to the base.css file with padding adjustments for .footer__content-bottom
  • Insert CSS styling into theme.liquid file before the </body> tag, targeting footer content padding and copyright caption margins
  • Alternative approach placing CSS code before </head> tag in theme.liquid

Resolution:
The issue was successfully resolved. The original poster confirmed that implementing the suggested CSS code fixed the footer positioning problem, thanking multiple respondents for their assistance.

Summarized with AI on November 24. AI used: claude-sonnet-4-5-20250929.

Hi

How to change the words position in footer?

Website url: https://hanklee182online.myshopify.com/

Password: teadri

Thank you

@HankLee182
Put below css into base.css file (online store->theme-asset->base.css)

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

Hello @HankLee182

I would like to give you a solution to support you:

  1. Go to Online Store-> Theme-> Edit code
  2. Open your theme.liquid theme file
  3. Paste the below code before :
.footer__copyright.caption { margin-top: 0px !important; } .footer__content-bottom { padding-top: 22px !IMPORTANT; }
1 Like

Hello @HankLee182 ,

It’s GemPages support team and glad to support you today.

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


For example,

If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team

1 Like

Hi .@Ujjaval

I paste the code is working now.

Thank you

Hi .@MandasaTech

I paste the code is working now.

Thank you

Hi .@GemPages

I paste the code is working now.

Thank you

1 Like

I am glad that my solution is helpful to you.

Best regards,
GemPages Support Team