How do I make sub-footer copyright text central?

Posted in: Newspaper
Post count: 3

Hey,

Can anyone help me with how to make the sub-footer copyright text central in the page?

Thanks
Josh

Post count: 35449

Hi,

For center the copyright text in sub footer you need to us a custom css
.td-sub-footer-copy {
width: auto;
left: 50%;
margin-left: -50px;
}

Add the code in Newspaper>Theme panel>Custom code>Custom css
Set the above custom css in Newspaper>Theme panel>Custom code>Custom css
-> https://www.screencast.com/t/Zd3zZgLOFkId

Thank you!

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