I'm trying to adjust the position of the 'quick view' upwards about 100 px and also would like to increase the height of the quick view product window (in the overlay) about the same amount. I've been poking around but not quite sure how to do this. Any help appreciated.
							
						
					Announcement
				
					Collapse
				
			
		
	
		
			
				No announcement yet.
				
			
				
	
quick view > position and size
				
					Collapse
				
			
		
	X
- 
	
	
		
		
		
		
		
		
		
	
	
 You can adjust the overview by adding this to the css file:
 
 Adding to the height of this element also shifts where the 'top' is located, so just to play around, I adjusted the height to 110% and adjusted the margin to where you originally wanted it.Code:.mfp-content { margin-top: -35px; height: 110%; }
 - 1 like
 

Comment