On my website I use image alignement so the text floats around the image. Check
tinyurl.com/4rc4ffv to see what I mean. The image alignment is not taking over bij mobilejoomla. When I fix that by adding the following css code
.joomslide {
float:left;
}
The alignment is left and the text floats around the image, but check out what happens than also:
tinyurl.com/4ee8pkn
When the text from one subject is to short, the next subject starts to early and you get a weird tree concept.
Is there a way to fix this?? Leaving the float code away is an option but is not realy nice..
Suggestions are welcome..
Pascal