I'm relatively new to all this and am picking it up as I go.
My question is this (for anybody that has time and is willing)
I have floated an image in a responsive theme and when viewed on a mobile phone, it's still wrapping on or two words on the edge of the picture. How do I go about not wrapping the picture at all and just having the words appear in their entirety below the picture and give up on the wrapping?
I'm using an responsive html5 css3 yootheme ''Drive''.
Did you try using the "float" CSS rule that works for you? May have to clear the float depending on your coding layout. Also, if you apply it to the image tag, you need to make the image tag a block level tag ( display: block; )
Bookmarks