Re: footer links to center

How can I center footer links with a logo on the side?

sweetchin23
Excursionist
43 0 6

Hi, can anyone help me? I want my footer links to be centered but the logo beside it is preventing it. 

please see the image. Thank you in advance.

Screen Shot 2023-11-20 at 3.20.42 AM.png

Replies 7 (7)

websensepro
Shopify Partner
2123 265 315

Hi, @sweetchin23.

 

KIndly share your store URL and password!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
sweetchin23
Excursionist
43 0 6
ZestardTech
Shopify Partner
6148 1100 1477

Hello There,

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the Bottom of the file:

 

.footer-block.grid__item.footer-block--menu {
text-align: center;
}
.footer__content-top.page-width {
align-items: baseline;
}

 

ZestardTech_0-1700472129025.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
sweetchin23
Excursionist
43 0 6

Screen Shot 2023-11-20 at 12.15.33 PM.png

 

hello, I want it to be like the above image. Thank you.

websensepro
Shopify Partner
2123 265 315

Hi, @sweetchin23.

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

 

<style>
.footer-block.grid__item.footer-block--menu {
    text-align: center !important;
}

.footer-block-image {
    justify-content: center;
}
</style>

 

Result:

websensepro_0-1700565518077.png

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

Anshul_arora
Navigator
453 129 106

Hello @sweetchin23 ,

I understand you are looking to display the footer links in between the logo and Instagram icon.

You can fix this issue by implementing the below mentioned steps-:

1. Go to Online store -> Themes -> Click on Three dots(Action) -> Edit code

2. Now, Search for the theme.liquid file and open it.

3. Next, add the below mentioned code at the bottom of the file before </body> tag.


<style>

.footer-block.grid__item.footer-block--menu {
width: 40%;
}

</style>

4. Save it.

After implementing the code output will look like this https://prnt.sc/bqNlTtHgoVg0

I hope it helps

Please let me know if you have any issue or need any further assistance.

Thank you.

 

Please remember to like and accept the solution to help other store owners.

For Shopify Design & Development | Custom Coding -Visit Here

Made4uo-Ribe
Shopify Partner
10211 2427 3081

Hi @sweetchin23 

check this one. 

  • 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-block-image {
    justify-content: center;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
    width: 66.66%;
    text-align: center;
}
.footer__content-top.page-width {
    max-width: 100%;
    justify-content: space-between;
}

 

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

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

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.