decrease black space in footer

Posted in: Newspaper
Post count: 101

How to increase the width of the pinterest widget, make it similar to the one of the social counter, below Facebook box?

And footer, how to decrease the black space below the widgets, and make it of similar height as the black space on top of the widgets?

tks.

Post count: 23312

Hello carmene,

Unfortunately, there is not a simple task to do the Pinterest button to look like Facebook Box because the implementation methods are different for each button. I saw that you are using a plugin wich overwritten the code of the Pinterest button with the new button code. If you want to display more levels you need custom modifications and I suggest hiring a freelancer to do this for you as we cannot provide custom work at this time, sorry!

For your second request, if you want to decrease the black space below the widgets in the footer section, you have to use a bit of CSS. Please try the code below and add it in Theme panel->Custom CSS area.

.td-footer-wrapper .td_block_wrap {
margin-bottom: 0px;
}

The result -> http://screencast.com/t/Z8ynN7m8uViU

Hope this helps!

Thank yu for the message!

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