Viewing 1 replies (of 1 total)
  • Did you add the table in the content section? Or is that how the theme is coded? Either way, not generally a good way to do layout — better to use CSS.

    That said, the extra space is being created by a table cell — so you’d need to remove it:

    <tr>
    <td class="entry-aside"> </td>
    <td class="entry-content-right">

    The first td is empty — but creates space.

Viewing 1 replies (of 1 total)
  • The topic ‘Page resize (Imbalance 2)’ is closed to new replies.