Cart – Product details BUG!

7 answers

Profile photo of JA Developer 0.00 $tone February 23, 2009
Public

Hi noxxitbaby,

-- Open skin/frontend/default/jm_purity/css/theme.css file, at about line 1442, find following code:

Code:

#ja-col2 .truncated .show dl {
	left: -140px;
	top: 20px;
}

and change to:

Code:

#ja-col2 .truncated .show dl {
	left: -60px;
	top: 20px;
}

+ At about line 1418, find following code:

Code:

truncated .truncated_full_value dl {
background:#FEF9EF none repeat scroll 0 0;
border:1px solid #CCCCCC;
padding:5px 10px;
position:absolute;
top:-99999em;
width:250px;
z-index:999;
}

and change to:

Code:

truncated .truncated_full_value dl {
background:#FEF9EF none repeat scroll 0 0;
border:1px solid #CCCCCC;
padding:5px 10px;
position:absolute;
top:-99999em;
width:180px;
z-index:999;
}

Hope it helps.

#1
Profile photo of JA Developer 0.00 $tone February 26, 2009
Public

Hi noxxitbaby,

I am sorry. i maked a mistake.

Please try with my guide again:

+ At about line 1418, find following code:

Code:

.truncated .truncated_full_value dl {
background:#FEF9EF none repeat scroll 0 0;
border:1px solid #CCCCCC;
padding:5px 10px;
position:absolute;
top:-99999em;
width:250px;
z-index:999;
}

and change to:

Code:

.truncated .truncated_full_value dl {
background:#FEF9EF none repeat scroll 0 0;
border:1px solid #CCCCCC;
padding:5px 10px;
position:absolute;
top:-99999em;
width:180px;
z-index:999;
}

I have changed truncated to .truncated

#3
Profile photo of JA Developer 0.00 $tone February 26, 2009
Public

Hi,

Please view following code section again:

Code:

.truncated .truncated_full_value dl {
background:#FEF9EF none repeat scroll 0 0;
border:1px solid #CCCCCC;
padding:5px 10px;
position:absolute;
top:-99999em;
width:180px;
z-index:999;
}

and change to:

Code:

.truncated .truncated_full_value dl {
background:#FEF9EF none repeat scroll 0 0;
border:1px solid #CCCCCC;
padding:5px 10px;
position:absolute;
top:-99999em;
width:160px;
z-index:999;
}
#5

This question is now closed

Written By

Comments