Travel Theme Footer Size

Posted in: Newspaper
Post count: 68

How do I change the height of the travel theme footer? I can’t seem to find it anywhere.

Thanks

Post count: 23312

Hi andantesash,

If you want to increase the footer height, you have to increase the padding-top of the footer-wrapper. Please try the code below and place it in Theme panel->Custom Css area like this: http://screencast.com/t/nHmfznvS

.td-footer-wrapper {
padding-top: 90px;
}

Notice: You can adjust the padding-top value as you wish until achieve what you want!

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

For more information about footer style, please consult our documentation here: https://forum.tagdiv.com/footer-templates/

If is not what you mean, please provide more details!

Hope this helps!

Thank you!

Post count: 68

Thanks for the reply, I would like to decrease the size of the footer not increase it. I tried what you mentioned but with “-” instead of “+” but it didnt work. I want it to be shorter above and below the content.

Thanks

Post count: 23312

Hello andantesash,

Please try the code below and place it in Theme panel->Custom Css.

.td-footer-wrapper {
padding-top: 20px;
padding-bottom: 0;
}

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

If is not what you mean, please provide more details.

Hope this helps and let us know how it goes!

Thank you!

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