Title: View Horizontally
Last modified: November 4, 2025

---

# View Horizontally

 *  Resolved [juvepress](https://wordpress.org/support/users/juvepress/)
 * (@juvepress)
 * [7 months ago](https://wordpress.org/support/topic/view-horizontally/)
 * Hi how can i use this so recently products can be viewed horizontally on the 
   bottom of my product template ?. it only shows products vertically in a sidebar
   widget ?

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

 *  Plugin Author [Alfonso Catrón](https://wordpress.org/support/users/alfonso100/)
 * (@alfonso100)
 * [6 months, 4 weeks ago](https://wordpress.org/support/topic/view-horizontally/#post-18711254)
 * Hi [@juvepress](https://wordpress.org/support/users/juvepress/) 
   Thanks for reaching
   out, this is the 1st question I receive 🙂
 * This is a good idea in fact, I will incorporate in a future update of the plugin.
   For now, you can use the following CSS snippet:
 *     ```wp-block-code
       * Make MRVP list horizontal */.mrvp-product-list {	display: flex;	flex-direction: row;	gap: 20px;	overflow-x: auto;	padding: 10px 0;}.mrvp-product-list li {	flex: 0 0 auto;	display: flex;	flex-direction: column;	align-items: center;	border: none !important;	width: 160px; /* Adjust as needed */}.mrvp-product-list .mrvp-product-link {	flex-direction: column;	align-items: center;	text-align: center;}.mrvp-product-list .mrvp-product-link img {	margin: 0 0 10px 0;}
       ```
   
 * You can paste this CSS into **Appearance > Customize > Additional CSS**.
   Refresh
   the product/post/page with the MRVP widget.Scroll horizontally if you added more
   than 3–4 items.Tweak the CSS based on what you want to achieve.
 * Let me know if it works, thanks!
 *  Plugin Author [Alfonso Catrón](https://wordpress.org/support/users/alfonso100/)
 * (@alfonso100)
 * [6 months, 3 weeks ago](https://wordpress.org/support/topic/view-horizontally/#post-18716863)
 * I am marking this one as resolved, please write back if you have any further 
   questions.
 * thanks!

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

The topic ‘View Horizontally’ is closed to new replies.

 * ![](https://ps.w.org/mate-recently-viewed-products/assets/icon-256x256.png?rev
   =3304523)
 * [MATE Recently Viewed Products – Cache Compatible for WooCommerce](https://wordpress.org/plugins/mate-recently-viewed-products/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mate-recently-viewed-products/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mate-recently-viewed-products/)
 * [Active Topics](https://wordpress.org/support/plugin/mate-recently-viewed-products/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mate-recently-viewed-products/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mate-recently-viewed-products/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Alfonso Catrón](https://wordpress.org/support/users/alfonso100/)
 * Last activity: [6 months, 3 weeks ago](https://wordpress.org/support/topic/view-horizontally/#post-18716863)
 * Status: resolved