• Hi Arshid,

    First of all thank you for the great plugin. Its exactly what i was looking for.

    Unfortunately for some reason the “summary entry-summary scrollable” div displays in the “images” div.
    Resulting in a long column at the left of the pop-up, with the product image at the top and the content displaying under it.

    Thanks in advance for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Arshid

    (@arshidkv12)

    Edit theme css file.

    I am having this same problem… I am using the storefront theme…

    where would I be able to fix this?

    Thread Starter Vincent

    (@vincentlzn)

    I changed the width of some divs with custom css.

    In my case this did the trick:

    #wcqv_contend .images {
    	width: 100%!important;
    	margin: 0;
    }
    
    #wcqv_contend div.images img {
    	display: inline-block;
    	width: 45%;
    }
    
    #wcqv_contend .summary {
    	width: 50%;
            float: right!important;
    }

    Thanks… that looks much better…

    I’m going to have to tweak it for my site…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Content displayed within “images” div’ is closed to new replies.