Title: Horizontal layout
Last modified: October 14, 2020

---

# Horizontal layout

 *  Resolved [Gone South](https://wordpress.org/support/users/gone-south/)
 * (@gone-south)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/horizontal-layout-8/)
 * I’ve got CRP working great in the sidebar. (Fiddled publication dates to get 
   the order correct.)
 * As you know, placement of related content links at the bottom of a post is crucial
   to keep visitors on your site. And, yes, I’ve put the CRP widget at the bottom.
   But it’s still the vertical stack of links.
 * The design convention for bottom-of-page links is horizontal. It could be a grid
   of one or more rows. Or it could be a slider.
 * Is there any way to “convert” the CRP widget display to horizontal? If not, is
   it somewhere near the top of your To Do list?
 * Thanks! Your plugin is one-of-a-kind light and simple since Manual Related Posts
   went dark 5 years ago. Ever think of a premium Pro version with some of the To
   Do list features mentioned in Support? I’d buy it.

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

 *  Plugin Author [Brecht](https://wordpress.org/support/users/brechtvds/)
 * (@brechtvds)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/horizontal-layout-8/#post-13531877)
 * It’s on the idea list, but I’m afraid I cannot give you a deadline for that yet.
 * Technically you could style it as a horizontal list by targetting the crp-list
   class. This could be a starting point:
 *     ```
       .crp-list {
           display: flex;
       }
       .crp-list-item {
           display: flex;
           flex-direction: column;
       }
       ```
   
 * No plans for a Premium plugin right now, but I’ll think about it. Thank you for
   your interest!
 *  Thread Starter [Gone South](https://wordpress.org/support/users/gone-south/)
 * (@gone-south)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/horizontal-layout-8/#post-13532297)
 * That worked. The widget at the bottom of page content is now horizontal.
 * And so is the widget in the sidebar… wandering off over the right size margin.
   Oops!
 * Can we have just one layout in CRP?
 *  Plugin Author [Brecht](https://wordpress.org/support/users/brechtvds/)
 * (@brechtvds)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/horizontal-layout-8/#post-13532325)
 * You can target the one at the bottom specifically with some CSS.
 * Can you give me a link to the page? Feel free to send it to [support@bootstrapped.ventures](https://wordpress.org/support/topic/horizontal-layout-8/support@bootstrapped.ventures?output_format=md)
   instead if you don’t want to share it publicly.
 *  Thread Starter [Gone South](https://wordpress.org/support/users/gone-south/)
 * (@gone-south)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/horizontal-layout-8/#post-13533552)
 * Solved! Brilliant stuff, Brecht. And fast.

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

 The topic ‘Horizontal layout’ is closed to new replies.

 * ![](https://ps.w.org/custom-related-posts/assets/icon-256x256.png?rev=2007814)
 * [Custom Related Posts](https://wordpress.org/plugins/custom-related-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-related-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-related-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-related-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-related-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-related-posts/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Gone South](https://wordpress.org/support/users/gone-south/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/horizontal-layout-8/#post-13533552)
 * Status: resolved