how can i move "copyright 2016"?

Posted in: Newspaper
Post count: 30

how can i move “copyright 2016”?

currently, it is left position.
I want move to center position it.

View post on imgur.com

Post count: 22421

Hello,
Unfortunately this will not be so easy as the sub-footer is divided in 2 sections. 1 for the copyright and the other for the sub-footer menu. The copyright can be centered but only by altering the theme files and removing the container needed for the menu and then using css to position the copyright text.
You first need to remove this part: http://screencast.com/t/pCzg2vn8
Then use this css code in the theme panel for positioning:
.td-sub-footer-copy{
display: table;
margin-left: auto;
margin-right: auto;
float: none!important;
}

Thank you!

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