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:
Code:.mfp-content { margin-top: -35px; height: 110%; }
- 1 like
Comment