Hey,
Need fix for this bug.! ASAP
http://img12.imageshack.us/img12/2293/84540423cx1.jpg
When you over on details you get
http://img11.imageshack.us/img11/1396/93592990hr7.jpg
you can try yourself
7 answers
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.
You moved details to cart?
http://img24.imageshack.us/img24/241/48102389rb0.jpg
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
http://img410.imageshack.us/img410/9118/shit2.jpg
Still not the correct way.
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; }
and change:
Code:
#ja-col2 .truncated .show dl { left: -60px; top: 20px; }
to
Code:
#ja-col2 .truncated .show dl { left: -65px; top: 20px; }
Perfect…
This question is now closed