We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

I need to rearange links in my footer.

I need to rearange links in my footer.

Emilia9
Excursionist
30 0 3

Emilia9_0-1730921884394.png

my website is duonova.ro

How can I rearrange these links to the center?

 

Thanks

Reply 1 (1)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Hi @Emilia9 

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:

 

@media screen and (min-width: 750px) {
.footer-block.grid__item.footer-block--menu {
        width: 25%;
}
    
.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
    margin: unset;
}

div.footer__blocks-wrapper.grid.grid--1-col.grid--2-col > div:nth-child(1) {
     margin-top: 60px;
}

.footer-block.grid__item.footer-block--menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div.footer__blocks-wrapper.grid > div:nth-child(3) > ul > li > a {
    justify-content: right;
    width: 100%;
    text-align: right;
}

div.footer__blocks-wrapper > div:nth-child(3) > h2 {
   text-align: right;
   justify-content: flex-end;
}

.footer-block__details-content > li:not(:last-child) {
    margin-right: 0rem !important;
}

.footer-block__brand-info .rte {
    text-align: center;
}
div.footer__blocks-wrapper.grid > div:nth-child(1) > h2 {
    justify-content:left;
}
}
@media only screen and (min-width: 1550px){
 div.footer__blocks-wrapper.grid.grid--1-col.grid--2-col > div:nth-child(1) {
     margin-top: 80px;
}
}
@media only screen and (min-width: 1249px){
.footer-block.grid__item.footer-block--menu {
        width: 33%;
}
}
    

 

  • And Save.
  • Result:
    Made4uoRibe_0-1730927060931.pngMade4uoRibe_1-1730927071431.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.