Quote Originally Posted by lat9 View Post
As mc12345678 pointed out, you're best off "removing" the unwanted breaks via css. Add the following to /includes/templates/mobishop_blue/css/product_info.css:
Code:
.wrapperAttribsOptions+br { display: none; }
Wow guys, thank you all so much for your help.

I did the above and it has almost worked. It has removed the double spacing nicely but for some reason the first attribute must have some code somewhere causing it to put about four spaces between it and the second attribute. I am guessing this is possibly in stylesheet.css??? I had a bit of a look myself and I can see there is something there that looks like it is rendering it 474 x 72px whereas all the other attribute boxes are 474 x 23px. It seems it is calling for "div.wrapperAttribsOptions" but I can't for the life of me work out where it located.

Sorry, it is probably obvious to you guys but I am still getting my head around all of this and learning so much about Zen in the process.

If you have any ideas on this one, again much appreciated and thanks so much for all the responses.