Title: sumowp's Replies | WordPress.org

---

# sumowp

  [  ](https://wordpress.org/support/users/sumowp/)

 *   [Profile](https://wordpress.org/support/users/sumowp/)
 *   [Topics Started](https://wordpress.org/support/users/sumowp/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sumowp/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sumowp/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sumowp/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sumowp/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sumowp/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Winter Solstice] Comments box not showing up](https://wordpress.org/support/topic/comments-box-not-showing-up-3/)
 *  Theme Author [sumowp](https://wordpress.org/support/users/sumowp/)
 * (@sumowp)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/comments-box-not-showing-up-3/#post-10370141)
 * I can see the comment box at your posts. Did you fix it? The comment function
   inherits from Twenty Seventeen parent theme. Winter Solstice child theme only
   changed the front end style.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Seventeen] Create a single post with two columns](https://wordpress.org/support/topic/create-a-single-post-with-two-columns/)
 *  [sumowp](https://wordpress.org/support/users/sumowp/)
 * (@sumowp)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/create-a-single-post-with-two-columns/#post-9835895)
 * There are many ways to do this but the easiest way without installing a plugin(
   page builder) is using table. You can find table button on WordPress editor, 
   or simply use below code to create a table with two columns:
 *     ```
       <table>
         <tr>
           <td>your text goes here</td>
           <td>your form goes here</td>
         </tr>
       </table>
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)