badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Reduce Footer column spacing (top/bottom)

#28159

Hi Info,

Could you please provide us the temporary username and password to your site via Email so that we can have a look into your issue.

Do not share any username and password here in this forum.

Also to reduce the space in the header and the footer please login to you WP admin dashboard and Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

#access a {
    height: 41px;
    padding: 25px 0 0;
}
.search-toggle {
    margin-top: 25px;
}
#site-logo {
    margin-top: 17px;
}
#access ul li ul {
    top: 66px;
}
#colophon .widget-area {
    padding: 30px 0 0;
}

Thank you!