Space in footer

Posted in: Newspaper
Post count: 224

Hi!
I added footer and after that all my pages except the main page got some white spece on the top of the footer and content looks boxed. How can i get rid of it and place the content of the footer in the middle height?
http://webfile.ru/c1c173e767903c54311bcdef3eca3811

Post count: 555

This CSS code should fix ur problem…

.td-footer-wrap .td-grid-wrap {
padding: 0px !important;
}

Post count: 224

Thank you very much, Steven! It helped!
Maybe you know how to make the height the main page footer and other pages one equal? It would be great if footer on the main page was the same height as others, not more like now. I delete some space between header and content so i guess this caused the increasing height of main page footer

Post count: 555

Ur welcome..

A link to ur site will help me see what ur talking about…

Post count: 224
Post count: 6600

Hi,

Use this custom css: http://screencast.com/t/Hmh6n3AwNvp

.td-footer-wrap .wpb_row {
margin-bottom: 0px;
}

.footer-logo-wrap {
padding: 0px;
}

Thanks

Post count: 224

Thank you, it works!

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