Announcement

Collapse
No announcement yet.

quick view > position and size

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    quick view > position and size

    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.

    #2
    You can adjust the overview by adding this to the css file:

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

    Comment


      #3
      Works like a charm - thank you!

      Comment

      Working...
      X