Jump to content

Cross selling display error


Recommended Posts

HI

 

in file modules/crossselling/css/crossselling.css

change

#crossselling_list {
	float: left;
    overflow: hidden;
    width: 96%;
}

to

#crossselling_list {
	float: left;
    overflow: hidden;
    width: 100%;
}

change

#crossselling li {
	float:left;
	margin: 0 8px;
    padding: 0 5px;
}

to

#crossselling li {float:left;}

empty cache smaty and broswer

 

@++

 

Loulou66

  • Like 2
Link to comment
Share on other sites

×
×
  • Create New...