Title: Vertical thumbnails
Last modified: August 31, 2016

---

# Vertical thumbnails

 *  [galzons](https://wordpress.org/support/users/galzons/)
 * (@galzons)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/vertical-thumbnails-2/)
 * Hi,
 * just wondering if it is possible to set thumbnails vertically on left side of
   main picture? Default position of thumbnails is below main picture in horizontal
   line.
 * Thank you.
 * [https://wordpress.org/plugins/yith-woocommerce-zoom-magnifier/](https://wordpress.org/plugins/yith-woocommerce-zoom-magnifier/)

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

 *  [afnguyen](https://wordpress.org/support/users/afnguyen/)
 * (@afnguyen)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/vertical-thumbnails-2/#post-7181378)
 * sorry can ‘t help but would also like to be able to do this if i find a css solution
   i ll post it
 *  [afnguyen](https://wordpress.org/support/users/afnguyen/)
 * (@afnguyen)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/vertical-thumbnails-2/#post-7181379)
 * This certainly isn t perfect and isn’t responsive (hence the media query) but
   heres what i ve come up with this evening:
 *     ```
       /*side thumbnails*/
       @media screen and (min-width: 1099px) {
       	 .yith_magnifier_zoom img {
       		display: inline;
       		float: right;
       		width: 60%;
       	}
   
       	 div.thumbnails {
       		padding-top: 0;
       	}
   
       	 .caroufredsel_wrapper {
       		position: absolute !important;
       		height: 378px !important;
       		float: left;
       	}
   
       	 .yith_magnifier_gallery {
       		list-style: none !important;
       		width: 208px !important;
       		height: 100% !important;
       		overflow-x: scroll !important;
       	}
   
       	 #slider-prev {
       		display: none !important;
       	}
   
       	 #slider-next {
       		display: none !important;
       	}
       }
       ```
   
 *  [afnguyen](https://wordpress.org/support/users/afnguyen/)
 * (@afnguyen)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/vertical-thumbnails-2/#post-7181382)
 * arghh no it s lost its zoom ignore above
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/vertical-thumbnails-2/#post-7181405)
 * Hi,
    at the moment the plugin do not offer the vertical orientation for the thumbnails
   so you should change the plugin by yourself if you want to achieve it.

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

The topic ‘Vertical thumbnails’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-zoom-magnifier/assets/icon.svg?rev=3055439)
 * [YITH WooCommerce Product Gallery & Image Zoom](https://wordpress.org/plugins/yith-woocommerce-zoom-magnifier/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-zoom-magnifier/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-zoom-magnifier/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-zoom-magnifier/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-zoom-magnifier/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-zoom-magnifier/reviews/)

## Tags

 * [thumbnails](https://wordpress.org/support/topic-tag/thumbnails/)
 * [vertical](https://wordpress.org/support/topic-tag/vertical/)

 * 4 replies
 * 3 participants
 * Last reply from: [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/vertical-thumbnails-2/#post-7181405)
 * Status: not resolved