• Hello

    Please advise if there is a way to change the size or dimensions of QUICKVIEW window for my products. My quickview window for all products is to big and gets cut off on the top.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Try to add the below code to the Customize > Custom CSS section to fix it. Edit the code as per your need –

    .owp-qv-content-inner {
        max-width: 700px;
        margin-top: 100px;
    }
    Thread Starter rashuhbf

    (@rashuhbf)

    @apprimit

    Thanks this code works while i am logged into admin console , but if i logout and go to site it does not reflect changes. I have cleared browser cache and also does not reflect.
    Any suggestions?

    Thread Starter rashuhbf

    (@rashuhbf)

    @apprimit

    ok , please ignore above message , changes have taken effect.
    I also added the max-height: px; command , but it cuts out content if I make height smaller , is there any way for the window to scale accordingly when changing height and not cut out content.
    Also how can I move the BUY NOW button next to ADD TO CART

    You can add max-height and width to control the size. For the button, use the below code –

    div.quick_buy_container {
        position: absolute;
        display: inline-block;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Quickview window size’ is closed to new replies.