Sub-footer to center

Posted in: Newspaper
Post count: 107

Hi… Can I make my sub-footer to center, including copyright and footer menu? https://prnt.sc/iob21p

Post count: 22421

Hello,

Please provide a link to your site as only through css can this be done and I nee to test it directly on your install.

Thank you!

Post count: 107

Here is the link https://irfan.id/amp/

Thanks

Post count: 22421

Hello,
If the amp template is what yuou are after you will have to implemebt the css in the amp file. Here is the css code you need:

.td-sub-footer-container.td-container-wrap .td-sub-footer-menu{
margin-left:auto;
margin-right:Auto;
float:none;
}
#menu-footer-menu.td-subfooter-menu{
display:table;
margin-left:Auto;
margin-right:auto;
float:none;
}
.td-sub-footer-copy{
text-align:center;
}

This topic explains how to implement css in amp:

https://forum.tagdiv.com/topic/amp-custom-css/
Thank you!

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