Announcement

Collapse
No announcement yet.

Quickview popup modal size

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

    Quickview popup modal size

    Where is the size set for the Quickview popup modal?
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    Hi Leslie,

    The CSS for the Magnific Popup plugin has a max-width set of 900px. You can add this to your custom or theme css to change that across the site or just just target it by page classes.
    Code:
    .mfp-iframe-holder .mfp-content {
        max-width: YOUR-VALUE;
    }
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment


      #3
      Originally posted by Matt Zimmermann View Post
      Hi Leslie,

      The CSS for the Magnific Popup plugin has a max-width set of 900px. You can add this to your custom or theme css to change that across the site or just just target it by page classes.
      Code:
      .mfp-iframe-holder .mfp-content {
      max-width: YOUR-VALUE;
      }
      Thanks ... mine is a width issue. I should be able to adjust from this.
      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment


        #4
        On a side note, I think I broke the javascript (or CSS) for the modal to display on smaller screens
        Leslie Kirk
        Miva Certified Developer
        Miva Merchant Specialist since 1997
        Previously of Webs Your Way
        (aka Leslie Nord leslienord)

        Email me: [email protected]
        www.lesliekirk.com

        Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

        Comment

        Working...
        X