Reduce the empty spacings…

Posted in: Newspaper
Post count: 220

Hi,

Can you help me on this

http://i58.tinypic.com/2s13z9i.jpg

also, Can we make the similar articles title related to category name News

Example if we are in news category we have to display as similar articles from News

-Thanks

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/tLyAvthu0N

.single .post{
padding-bottom: 0px;
}

I’m not sure what you mean. The Similar Articles feature has an option in Theme Panel to sort articles by category – http://screencast.com/t/k9Jsdfp0 so the articles showed there are from the same category like the current post.

Thanks!

Post count: 220

the CSS worked fine ..

Is it possible to display the category name along with similar article text..

Post count: 6600

Hi,

Replace the related_posts() function here: http://screencast.com/t/rj1gLEbqzG5 with this one: http://pastebin.com/34DFZHz5
You should get this result: http://screencast.com/t/TuF5Hkgp
If you need additional customization to this I suggest you get a freelancer to do it for you as you need custom work for it.

Thanks

Post count: 220

Thanks …

its working …

Post count: 220

http://awesomescreenshot.com/0b34uyhi0a

Can you help in reduce the space in sidebar…

Post count: 7909

Hi,

Please try this custom css for sidebar widget: http://screencast.com/t/kC7bbDbV6Aq

.td-post-sidebar .td_mod10 {
margin-bottom: 0px;
}

Thanks!

Post count: 220

we want to reduce the spacing between top ads and the td_mod10 ..

Post count: 7909

Hi,

Please use this custom css in Theme Panel:
*For category page – http://screencast.com/t/IeCRfIIGTZSv

.archive .span4.column_container .td-g-rec-id-custom_ad_1 {
margin-bottom: 10px;
}
.archive .span4.column_container .td_block4 {
padding-bottom: 5px;
}

*For post page: http://screencast.com/t/GbHuLc29MZ

.td-post-sidebar .td-g-rec-id-custom_ad_1 {
margin-bottom: 10px;
}
.td-post-sidebar .td_block4 {
padding-bottom: 5px;
}

Thanks!

Post count: 220

Thanks ..Its works fine …

is there any solution to maintain the same spacing across the theme …

Post count: 6600

Hi,

Use css without first class, like this:

.td-g-rec-id-custom_ad_1 {
margin-bottom: 10px;
}

..this will target all custom 1 ads.

Thanks

Post count: 220

http://www.screencast.com/t/ckVv86D9w5sO

Can you help in reducing the size

Post count: 7909

Hi,

You can try this custom css and you will reduce the bottom margin for all Sidebar ads(Theme Panel > Ads > Sidebar Ads) when is used adsense code there: http://screencast.com/t/XvyBDsLa

.td-g-rec-id-sidebar .adsbygoogle {
margin-bottom: 0px !important;
}

Thanks!

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