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?
1 Like
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.
Please enable “rightclick”
1 Like
You are right, i am sorry, solved.
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 ![]()
Thank you so much
1 Like
1 Like
I wanted to let you know that this worked for me also. Thank you so much.
