On the home page there, you have two images which are below the text. Can you show us an example of you code that your using to get this effect? Are you using the WYSIWYG to add the text and images? If so, adding images should give you the option to wrap text. Can you show us an example of what you want to do?
Graphical_force, Im sorry, please excuse my ignorance… what is WYSIWYG? For that page (I was just playing) put the text into the ‘edit page’ area, I then uploaded these images directly to that area… Initially I couldnt even get the images to centralise. when I clicked on the image inspect, I saw that page content was align left on the style css, so I removed this (working with the child theme) to see the effect it would have, it centralised everything, I then went in to the page edit page and ‘left aligned’ the text. Thats how I got that to work. However, i still cant work out the text wrap issue.
thanks Kmessinger, I will post my query on there too. Hopefully I can get this issue resolved and then finish the site!
well, Ive posted on the Careta theme link, but have noticed that the other post on there, they haven’t answered. So anyone who can help on here… that would be great.
Thank you
Ok, just a little bit more info… when I look at the dolphin club page, this is what is in the content, normally this would work, but as I said only the first line ‘wraps’ the text:
<p style=”text-align: right;”><img class=”size-medium wp-image-171 alignright” alt=”peekaboo” src=”http://www.puffins-day-nursery-helston.co.uk/wp-content/uploads/2014/02/peekaboo1-300×263.png” width=”300″ height=”263″ />This is a test this is a test this is a test this is a test this is a test this is a test this is a test this is a test This is a test this is a test this is a test this is a test this is a test this is a test this is a test this is a test This is a test this is a test this is a test this is a test this is a test this is a test this is a test this is a test This is a test this is a test this is a test this is a test this is a test this is a test this is a test this is a test</p>
Here is the page link:
http://www.puffins-day-nursery-helston.co.uk/dolphin-club/
Ok, thanks to all… Img wrapping issues resolved! I removed the above img code and inserted this before the ‘this is a test’ text,
<img style=”border: 0pt none; float: left; padding-right: 10px; padding-bottom: 10px;” alt=”” src=”http://www.puffins-day-nursery-helston.co.uk/wp-content/uploads/2014/02/peekaboo1-300×263.png” />
It worked a treat!