Hello and thanks in advance for the support. I’m trying to recreate the Mago demo using the quickstart and your demo images but there is a problem with the "add to cart" boxes of the frontpage product slider, the box shows ugly scrollbars, nothing like the demo in Joomlart. Any idea what is wrong?
3 answers
Hi sevenen,
You can open the file of skin/frontend/default/jm_mago/joomlart/jmproductsslider/css/style.css adding this css rule to it’s bottom
HTML Code:
.item-slider .actions { background: [URL=http://www.joomlart.com/forums/usertag.php?do=list&action=hash&hash=b84a40]#b84a40[/URL] width: 110px; height: 110px; margin: -80px 0 0 0; padding: 0; position: absolute; left: 150%; top: 50%; border: 0; } screen and (-webkit-min-device-pixel-ratio:0) { .item-slider .actions { width: 104px; } }
I hope that would help !
It seems that this codes doesn’t fix the problem. What is this url about ? "http://www.joomlart.com/forums/usertag.php?do=list&action=hash&hash=b84a40"
It seems that this codes doesn’t fix the problem. What is this url about ? "http://www.joomlart.com/forums/usertag.php?do=list&action=hash&hash=b84a40"
Hi mate,
Can you post here the url where the issue can be seen ? I will take a look and let you know which css element need changing.