Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    you can change the size of the popup using this css rule. You can add it on the custom style of your theme.

    #yith-quick-view-modal .yith-wcqv-wrapper {
        min-width: 300px;
        max-width: 1000px;
        height: 700px;
    }

    Just change the value of height and width as you wish.

    Let me know, regards.

    aliyah02

    (@aliyah02)

    exactly where would i add this css ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resize the pop up’ is closed to new replies.