Align Subfooter menu to center

Posted in: Newspaper
Post count: 9

Dear,
actually I want to align my subfooter content to Center.
I already found some threads for this topic in the forum but there where no solution for me.

Would appreciate if you can help me.
Site-URL: http://www.gutsnaechtle-stuttgart.de

Thank you!

Post count: 18283

Hello !

Please try this CSS Code:

.td-sub-footer-container .td-sub-footer-menu {
float:none;
margin-left:auto;
margin-right:auto;
display:table;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Post count: 9

Thanks a lot! Worked great.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.