increase footer text with

Posted in: Newspaper
Post count: 9

how can I increase the footer text width in left side
http://screencast.com/t/0Fq6utOJ

http://www.adntamaulipas.com

Post count: 22421

Hi,
Unfortunately this cannot be done if you chose a 2 column footer layout. If you want to have the text centered, you need to use a 1 column layout. Imagine the footer as being a table on 2 columns. You cannot have a text stretch on 2 columns. You need 1 column to get it centered.
Thank you!

Post count: 9

this how it is setup
http://screencast.com/t/j66l7Zy8lQ

Post count: 23312

Hello menecez,

Unfortunately, our theme does not have such an option to change the position for Copyright because it is added on span element and if you try to change the parameters you can break the layout of the site, sorry! Also, if you are referring to decrease the distance between “Copyright Text” and sub footer menu, please notice that it is necessary to use a bit of CSS. Please try the code below and place it in Theme panel->Custom CSS area like this: http://screencast.com/t/RLXJQhdt

.td-sub-footer-copy {
width: 750px!important;
margin-top:-25px!important;
}

The result you should see here: http://screencast.com/t/ki6mKxjY

For more information about footer template, please check our documentation here -> https://forum.tagdiv.com/footer-templates/

Thanks.

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