Web Site banner and Footer

Posted in: Newspaper
Post count: 8

Wonderful template I love it.I need some help from you,There are some white spaces between banner to header top and footer also has some blank spaces could you please guide me to clear this spaces really need it.My web site is http://srilankaclick.com/

Thank you

Post count: 3343

Hi,
Add this CSS in Theme panel -> Custom CSS

.td_980_resp .td-full-logo .td-grid-wrap {
    padding-top: 0px !important;
}

Thanks!

Post count: 8

Thank you very much for your support.I Have another help to reduce footer space it is seems to be larger than normal size (Background color)please help me to solve this issue also.

Post count: 3343

Use this CSS

.td_980_resp .td-sub-footer-wrap .td-grid-wrap {
    padding-top: 2px !important;
}

Thanks!

Post count: 8

I have changed my site to (http://srilankaclick.com/) 1170px fixed layout But their are some blank white spaces between banner to header also in footer area could you please clear this issue.Its very urgent.

Post count: 6600

Hi,
Add this CSS in Theme Panel -> Custom CSS

.td-full-logo .td-grid-wrap {
padding-top: 0px !important;
}

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

Hope this help!
Thanks for the message!

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