Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Change display footer

Change display footer

thomas93410
Tourist
9 0 4

Hello, i would like to change the display of the footer and put my links on the left side and my newsletter on the right side. How can I do it ?

https://www.alfjewelry.com/
Pass: Andrew03

 

image.png

 

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
9057 2163 2670

Hi @thomas93410 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. 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-container-1 {
    justify-content: space-around !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1731529639901.png

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
thomas93410
Tourist
9 0 4

I would like to put the 2 part on the extreme side of the website.
Links in the left side
NEwsletter in the right side
You think its possible ?

Made4uo-Ribe
Shopify Partner
9057 2163 2670

Yes, Replace on this code. Same instruction.

 

.footer-container-1 {
    justify-content: space-between !important;
}

.footer-section.footer-contact-form {
    margin-right: 80px;
}

 

And Save. 

Result:

Made4uoRibe_0-1731584511805.png

 

 

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.