- Posts: 90
- Thank you received: 0
Issues with template
11 years 4 months ago #42489
by skytech
Issues with template was created by skytech
Please i have an issues with template. can i have an email where i can send my login details and explain better because the website is offline. thank you
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #42491
by ivan.milic
Replied by ivan.milic on topic Issues with template
Use 'Report To Moderator'
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #42509
by ivan.milic
Replied by ivan.milic on topic Issues with template
You can use text-overflow: ellipsis; but that is no character limit it is textual item size limit. Putting following to bottom of template_css.css would for example limit product title to one line:
.product .spacer h3 a{
text-overflow: ellipsis;
overflow: hidden;
display: inline-block;
white-space: nowrap;
width: 100%;
height: 20px;
}
for other things you need use chrome "inspect element" or firebug to find out css class of item you want to limit.
.product .spacer h3 a{
text-overflow: ellipsis;
overflow: hidden;
display: inline-block;
white-space: nowrap;
width: 100%;
height: 20px;
}
for other things you need use chrome "inspect element" or firebug to find out css class of item you want to limit.
Please Log in to join the conversation.
11 years 4 months ago #42524
by skytech
Replied by skytech on topic Issues with template
it didnt work
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #42534
by ivan.milic
Replied by ivan.milic on topic Issues with template
I can then only offer you custom job to cut text pragmatically.
Please Log in to join the conversation.
Time to create page: 0.162 seconds