Title: Using Posts Shortcode
Last modified: June 3, 2018

---

# Using Posts Shortcode

 *  [maddoctor](https://wordpress.org/support/users/maddoctor/)
 * (@maddoctor)
 * [8 years ago](https://wordpress.org/support/topic/using-posts-shortcode/)
 * Hello!
    I have a question about the Posts Shortcode: [https://docs.getshortcodes.com/article/43-posts](https://docs.getshortcodes.com/article/43-posts)
 * I’m using it to show pages with their thumbnails (featured image) and titles 
   and it works fine, but the result is vertical, one page under the other. Is there
   a way to have my pages horizontal?

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

 *  [Bianca](https://wordpress.org/support/users/bianca205/)
 * (@bianca205)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/using-posts-shortcode/#post-10513406)
 * Hi,
    Just noticed your post. You can accomplish this by applying some custom 
   css. Override the default css in the theme customizer like:
 *     ```
       .su-posts .su-post{
       display: inline-block !important; 
       margin: 0 5px; 
       }
       ```
   
 * You might want to finetune the css to your liking.
 *  Thread Starter [maddoctor](https://wordpress.org/support/users/maddoctor/)
 * (@maddoctor)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/using-posts-shortcode/#post-10518124)
 * Thank you!

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

The topic ‘Using Posts Shortcode’ is closed to new replies.

 * ![](https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563)
 * [Shortcodes Ultimate - Content Elements](https://wordpress.org/plugins/shortcodes-ultimate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcodes-ultimate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-ultimate/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-ultimate/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [maddoctor](https://wordpress.org/support/users/maddoctor/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/using-posts-shortcode/#post-10518124)
 * Status: not resolved