How can I move my footer copyright text to center?

Posted in: Newspaper
Post count: 36

I want to move my footer copyright text to center how can I do that?

Post count: 23312

Hello HadLines,

You should use a bit of CSS code to do this. Try the code below and place it in Theme panel.

The code is ->

.td-sub-footer-copy{
width: 100%!important;
text-align:center!important;
}

Thanks for your understanding!

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