Thread Starter
khocad
(@khocad)
text hide image.so can not see image when use quickview on mobile.
help me,pls.thanh so much.
Hi there,
it’s due to a CSS conflict due to your theme or one of your plugins.
Please add following CSS code and let us know.
@media(max-width: 480px){
#yith-quick-view-modal div.entry-summary {
position: relative;
top: auto;
bottom: auto;
}
.yith-wcqv-wrapper {
width: 298px;
height: 500px;
}
#yith-quick-view-modal .yith-wcqv-wrapper {
width: 298px!important;
height: 500px!important;
overflow-y: scroll;
}
#yith-quick-view-modal.open .yith-wcqv-main {
overflow-y: scroll;
}
#yith-quick-view-content::before {
display: none;
}
#yith-quick-view-modal .quantity .input-qty {
color: black;
}
#yith-quick-view-modal div.entry-summary p {
color: black;
}
}