Product name on the category page

Hello there

some of my product name are quite long, that cause problems in the category view, is there a way to break it to two pieces after a certain text

that is: 0.35 CT. TW. Diamond Solitaire Engagement Ring in 14KT white gold



i want to break it two two lines before “in” which is a common text for all titles



i want the name to show :

0.35 CT. TW. Diamond Solitaire Engagement Ring

in 14KT white gold



i want to make sure text is centered in the row






export all your details to csv and do a find replace in spreadsheet programme for that full column of all details.



Find “in”

replace all with “in


then save as another filename and re import just the descriptions.



John

or just alter the text size in styles.css around line 1



.mainbox-title span {

font:22px Tahoma;

}



John