Quote:
Originally Posted by bananalive
In the same template: af_articlebit
Find
HTML Code:
width: expression(this.width > 100 ? 100: true);
Replace with
HTML Code:
width: expression(this.width > 120 ? 120: true);
I had a quick look into the word limit in cmps but couldn't work out why it wasn't working, i'll have to have another look.
|
Thank You! I'm still having the CMPS issue but everything else is working wonderfully!