Jump to content

[SOLVED] customers who bought a product also bought


Recommended Posts

Found the answer you need to copy and paste this into the globle CSS code of your theme.

 

/* crosselling block */

#crossselling {

margin: 0 auto 0;

height: 120px;

width: 100%

}

#crossselling_noscroll {

margin: 0 auto 0;

height: 120px;

width: 100%

}

#crossselling_list {

overflow: hidden;

float: left;

width: 96%

}

#crossselling_list ul {

padding-left: 0;

list-style-type: none

}

#crossselling_list li {

float: left;

margin: 0 3px;

cursor: pointer;

text-align: center;

width: 100px;

overflow: hidden

}

#crossselling_scroll_left,

#crossselling_scroll_right {

background: url('../img/thumbs_left.gif') no-repeat center;

text-indent: -3000px;

display: block;

width: 9px;

height: 18px;

float: left;

margin-top: 30px

}

#crossselling_scroll_right { background-image: url('../img/thumbs_right.gif') }

Link to comment
Share on other sites

  • 3 weeks later...
×
×
  • Create New...