Fix text align of footer in Dawn 2.0 theme

Hello Guys, i tried to make the text align of my dawn footer in center, but only the first section with header & content went to center, the rest below them is links and stayed in left… any solution?

@Eleftheria2022

Please share your store URL!

Thanks!

1 Like

https://saketistore.com.gr/

I turned it in default again because it was look terrible, if you want i can do it again as it looks in the photo.

Thanks in advance.

@Eleftheria2022

Please enable “rightclick”

1 Like

You are right, i am sorry, solved.

@Eleftheria2022

Please add the following CSS code to your assets/section-footer.css bottom of the file.

@media screen and (max-width: 749px){
.footer-block.grid__item {text-align: center !important;}
.footer-block__details-content .list-menu__item--link {
    text-align: center !important;
    justify-content: center !important;
}
}

Thanks!

4 Likes

Now looks somesmerizing :heart_eyes:

Thank you so much

1 Like

@Eleftheria2022

If helpful then please Like and Accept the Solution.

Thanks!

1 Like

I wanted to let you know that this worked for me also. Thank you so much.