Social like buttons take up too much space

Posted in: Newspaper
Post count: 28

Hi I have 2 websites one using the newspaper theme the other using news mag. The one using newspapers like buttons take up to much real estate on the page especially on mobile. How can I get it to display like Newsmag which is very neat and doesn’t waste space.

Post count: 7909

Hi,

I’m not sure if you refer to this, but you can try this custom css in Theme Panel especially if you use like buttons I think it may help: http://screencast.com/t/rLWy09gB5Sv

@media (max-width: 767px){
.single .td-social-sharing{
margin-bottom: 10px !important;
}
.single .td-social-like-tweet{
margin-bottom: 10px !important;
margin-top: 0px;
}
.td-social-like-tweet ul li{
display: inline-block !important;
}
}

Also please note that these share buttons will be modified in version 5 of Newspaper it will look something like Newsmag share buttons.

Thanks!

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