Hello@all,
i have again a question, in previous cs-cart version the description from the global options appears in a extra ajax window. Now it appears like this:
O.K., i have found again a acceptable solution that is more nicer for my tase. Because the default appearing what i have send at the top post, here is the width only 200px, but i have added in skins/computer_shop/customer
Line: 2509
from code:
/* Tooltip */
.tooltip-body {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
text-align: left;
border: 3px solid #ececdd;
color: #2d2d2d;
font: normal 100% Arial, Helvetica, sans-serif;
background-color: #f8f8f0;
padding: 6px;
margin-top: 12px;
max-width: 550px;
to code
/* Tooltip */
.tooltip-body {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
text-align: left;
border: 3px solid #ececdd;
color: #2d2d2d;
font: normal 100% Arial, Helvetica, sans-serif;
background-color: #f8f8f0;
padding: 6px;
margin-top: 12px;
min-width:450px;
max-width: 550px;
this is more nice for me when i have a longer option description, it isnt a new window but with more whidth it is acceptable for me.
best regards