Reduce space on footer in Mobile Site

Posted in: Newspaper
Post count: 76

Hi,

please see screenshot: http://www.sansan-bizconnect.com.sg/wp-content/uploads/2016/01/Screen-Shot-2016-01-29-at-5.57.48-pm.jpg

link: http://www.sansan-bizconnect.com.sg

Can you please provide me the codes to reduce the space by half on my mobile site?

Thanks

Post count: 23312

Hello joyceloh,

Please try the code below.

@media (max-width: 767px){
.td-footer-bottom-full .td-pb-row > div {
margin-bottom: 0px!important;
}
}
@media (max-width: 767px){
.td-footer-bottom-full .block-title {
margin-bottom: 10px;
}
}

Thank you!

Post count: 76

thanks!

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