Issue with Ovic Category list
Posted by:
mensacorps
Jan 12, 2019 at 10:41 (6 year ago)
Hello,
On the page : https://www.zerosucre.net/boutique/alternatives-aux-sucres/, I have used the ovic product list on the page , but while clicking on the image the pop up is not responsice as the text is with right margin . entrysummary -450px witch is not correct to read, I changed the Custom CSS as follow: however you may have better solution?
@media all and (min-width: 992px) and (max-width: 1680px){
.entry-summary {
width: calc(100% - 30%);
}}
.entry-summary {
width: calc(100% - 39%);
}
Thanks,
Cat
On the page : https://www.zerosucre.net/boutique/alternatives-aux-sucres/, I have used the ovic product list on the page , but while clicking on the image the pop up is not responsice as the text is with right margin . entrysummary -450px witch is not correct to read, I changed the Custom CSS as follow: however you may have better solution?
@media all and (min-width: 992px) and (max-width: 1680px){
.entry-summary {
width: calc(100% - 30%);
}}
.entry-summary {
width: calc(100% - 39%);
}
Thanks,
Cat