Footer Content

Posted in: Newsmag
Post count: 80

Hello,

I would like to know how to amend two things:

1) Is there a way to shorten the height of the footer?
2) I would like to make the footer look like: http://www.zdnet.com – How can I make the text columns to the right like that?

Thanks,

Post count: 6535

Hi

1. Try this css in theme panel > custom code > custom css: http://screencast.com/t/bcx5d1egxps

.td-footer-container{
padding: 10px 0 0 0;
}
.td-footer-container .td-footer-info{
margin-bottom: 10px;
}

2. The footer have a fixed structure which is built from three spans and can’t changed easily. To achieve a similar layout as in indicated site you’ll need a custom footer template which will arrange the elements in a different way. This is a complex task which require many customizations and tastes in order to be achieved.
We can’t offer customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.

Thanks!

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