Padding around Facebook Comments

Posted in: Newsmag
Post count: 10

Hi there

I am using the Peadig Facebook comments plugin and have disabled the built in comments and the default facebook comments for posts and have put in this code to loop-single.pgp

<footer>
<?php echo $td_mod_single->get_post_pagination();?>
<?php echo $td_mod_single->get_review();?>

<div class="td-post-source-tags td-pb-padding-side">
<?php echo $td_mod_single->get_source_and_via();?>
<?php echo $td_mod_single->get_the_tags();?>
</div>

<?php echo $td_mod_single->get_social_sharing_bottom();?>
<?php echo do_shortcode('[fbcomments]'); ?>
<?php echo $td_mod_single->get_next_prev_posts();?>
<?php echo $td_mod_single->get_author_box();?>
<?php echo $td_mod_single->get_item_scope_meta();?>
</footer>

I want to add padding on the left, where/how to do it?

View post on imgur.com

<script async src=”//s.imgur.com/min/embed.js” charset=”utf-8″></script>
Thanks

Post count: 10

image

  • This reply was modified 10 years by vzey.
Post count: 6535

Hi

To add a padding beside the facebook comments you can use this classes like here: http://screencast.com/t/qC8GBwB1http://screencast.com/t/yAPaPTtcQWuo

<div class="td-post-content td-pb-padding-side">
<?php echo do_shortcode('[fbcomments]'); ?>
</div>

Thanks!

  • This reply was modified 10 years by Andrei L..
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.