This topic has 2 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Olga Barlow
Thank you very much for immediate help. I would like you to explain to me why when in a product I am putting my bigger title I am spoiled by the symmetry in showing them in relation to the rest
See photo
Hello,
You can hide the part of the title using this code in custom CSS
.content-product .product-title a {
height: 7.5ex;
overflow: hidden;
line-height: 2.5ex;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up