Viewing 4 replies - 1 through 4 (of 4 total)
  • sorry can ‘t help but would also like to be able to do this if i find a css solution i ll post it

    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;
    	}
    }

    arghh no it s lost its zoom ignore above

    Plugin Author YITHEMES

    (@yithemes)

    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.