Viewing 5 replies - 1 through 5 (of 5 total)
  • Having this exact problem, did you end up finding a solution?

    I am also having the exact same issue, and would appreciate soem code to tell the long titles to line break to the next line.

    Thank you.

    Just to let you know I managed to resolve this issue by adding <BR /> to the title in the point I want the line to break to the next.

    Hi there! The solution that I found for this issue was to use a text-wrap on the css catalogue …so use a FTP software and get the plugin folder, find the catalogue-style.css …and replace this class

    .wpc-title a {
    	font-size: 14px;
    	color: #333333;
    	text-decoration:none;
    	display:block;
    	width: 190px !important;
            text-wrap:normal !important;
            height: auto !important;
    }

    Keep in mind that I modified properties for my needs ..like the width and I get rid of the arrows…. they were annoying for me. Good luck!

    Plugin Author Maeve Lander

    (@enigmaweb)

    Good solution. Thanks again @zeropixel

    Marking this thread resolved…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Long titled products’ is closed to new replies.