Sorry it took that long I got the answer by someone else, and it worked for me.
This is how I did it:
To make the picture smaller you need to go to the ‘Ziplist Recipe Plugin’ settings. It should be on the left side of your WordPress dashboard towards the bottom. Once you are in the settings under the heading ‘General’ there is a ‘Image Width’ option. This is where you set the maximum width of the image. I have mine set to 250.
>
> Changing the location of the image and subsequently having the ingredients on the side is a bit more difficult to achieve – it involves web design and CSS. I don’t know how familiar you are with this but you need to add the following code to your stylesheet:
>
> #zlrecipe-container .img-desc-wrap img.photo {float: right;}
>
> This will float the image on the right and your ingredients will then float on the left. I did a bit more coding in my stylesheet to get the look that I wanted, but that is the gist of it.