Okay this should be a simple one
var width1 = size3 + 275 ; // adding more
var width2 = 225 - size1; // subtracting width
width2 is coming out fine, for example if size1 = 4 width2 = 221. However if size3 is 4 the width1 comes out 4275. It keeps adding it to the front or back. I don't know why. ( I have flipped the size3 + 275, back and forth {275+size3} even put '275' in quotes.
Thanks for your help
+size3 + 275