Center subfooter menu

Posted in: Newsmag
Post count: 136

Hi,

Am looking to center the sub footer menu:
http://www.thepositivepath.com/

Currently it appears right aligned.

How can I center it?

Thanks in advance

Post count: 23312

Hello WakeUpCallProject,

Please notice that your sub footer section is created with 2 spans classes like -> td-pb-span4 and td-pb-span8 If you want to align the sub footer menu, you should make some adjustments in HTML structure in order to achieve best results. As a quick solution, in this case, would be to remove or comment our from the code the td-sub-footer-copy like this -> https://www.screencast.com/t/ozKuSuqfmBdx and then, using a bit of CSS code you can center the text, like this -> https://www.screencast.com/t/O2r46nKEyI

The code is ->

.td-sub-footer-container .td-sub-footer-menu {
float: left;
}

Thanks for your understanding!

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