How do I get row padding in a post feed?

There are several possible ways that you could do, these are:

  1. Adding <br /> html tag
  2. Making it inside <div style="...">....</div>

Example:

<div style="padding:10px;">...</div>

You can also use <table> if you want