Title: Recent Posts in Horizontal
Last modified: August 31, 2016

---

# Recent Posts in Horizontal

 *  Resolved [francynesoares](https://wordpress.org/support/users/francynesoares/)
 * (@francynesoares)
 * [10 years ago](https://wordpress.org/support/topic/recent-posts-in-horizontal/)
 * Hello,
 * I need your help, I install Goran Theme (blog.eccopass.com) but i like to use
   my recent posts in grid home page, but this appear in vertical, I would like 
   to use as the model goran theme, side by side recent posts, not in vertical. 
   So, I don’t like to use first child, second.. i like all this sessions are recent
   posts blog, side by side, was it possible?
    In order not to interfere in responsiveness
   the theme.
 * Please, help me!!

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

 *  [Sarah Blackstock](https://wordpress.org/support/users/sarahblackstock/)
 * (@sarahblackstock)
 * [10 years ago](https://wordpress.org/support/topic/recent-posts-in-horizontal/#post-7222636)
 * Hi there! If you keep your Blog page set as the page under “Front Page: Featured
   Page One” and then add the following CSS your posts will display horizontally
   there:
 *     ```
       .featured-page article {
       	float: left;
       	margin-right: 20px;
       	width: 314px;
       }
   
       .featured-page {
       	width: 100%;
       }
       ```
   
 * You may need to adjust the numbers there to get the spacing just as you want 
   it.
 * When adding CSS, don’t edit the theme files directly, otherwise your changes 
   will be overwritten every time the theme is updated to the latest version.
 * An easy way to add custom CSS is to install the [Jetpack plugin](http://jetpack.me/)
   and activate the [Custom CSS](http://jetpack.me/support/custom-css/) module. 
   You’ll then add your custom CSS in the new stylesheet editor that’ll appear in
   your dashboard, under Appearance > Edit CSS.
 * (As alternatives, you could either install a [standalone custom CSS plugin,](http://wordpress.org/plugins/search.php?q=custom+css)
   or create a [child theme.](http://codex.wordpress.org/Child_Themes).)
 * Let me know if you have any questions! 🙂
 * _(Props to Kathryn for the help with this! 😀 )_
 *  Thread Starter [francynesoares](https://wordpress.org/support/users/francynesoares/)
 * (@francynesoares)
 * [10 years ago](https://wordpress.org/support/topic/recent-posts-in-horizontal/#post-7222639)
 * OMG Sarah! Thank you very much, you are amazing! This really resolve my problem.
 * Thank you very much!
 * Great week for you!
 *  [Sarah Blackstock](https://wordpress.org/support/users/sarahblackstock/)
 * (@sarahblackstock)
 * [10 years ago](https://wordpress.org/support/topic/recent-posts-in-horizontal/#post-7222641)
 * Great! You’re welcome. Glad it worked and thanks! 😀

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

The topic ‘Recent Posts in Horizontal’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/goran/1.2.5/screenshot.png)
 * Goran
 * [Support Threads](https://wordpress.org/support/theme/goran/)
 * [Active Topics](https://wordpress.org/support/theme/goran/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/goran/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/goran/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Sarah Blackstock](https://wordpress.org/support/users/sarahblackstock/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/recent-posts-in-horizontal/#post-7222641)
 * Status: resolved