Add to cart box shows scroll bars

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?

Attachment 28598

3 answers

Profile photo of Sherlock 0.00 $tone July 8, 2013
Public

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 !

#1

Please login or Register to Submit Answer

Written By

Comments