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
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!
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
http://awesomescreenshot.com/0b34uyhi0a
Can you help in reduce the space in sidebar…
Hi,
Please try this custom css for sidebar widget: http://screencast.com/t/kC7bbDbV6Aq
.td-post-sidebar .td_mod10 {
margin-bottom: 0px;
}
Thanks!
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!
http://www.screencast.com/t/ckVv86D9w5sO
Can you help in reducing the size
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!