Hello, I have recently centered the footer menu items. Unfortunately the items are centered on the left side on the cell phone. How can I center them with code and where do I have to put the code? Thank you 
My website domain ist: caseflix.de
I am using Dawn Theme.
hi @RebellNetworks ,
Can you add the short code here at the bottom of /assets/base.css file:
.footer__blocks-wrapper .list-menu__item{
justify-content: center;
}
Hope can helpful to you!
1 Like
Hi @DitalTek ! Thank you for the fast reply. Your code perfectly centered the items of the footer menu, but unfortunately also centered the item in my header menu. How do I align them left and still have my footer items aligned in the center?
Best regards
Never mind, your code didn’t cause the problem.
Thank you very much.