Image alignment

kvo
13 years, 8 months ago
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
dryabov
13 years, 8 months ago
Add css code:
span.article_separator {display:block;clear:both}
kvo
13 years, 8 months ago
Ok, thanks. It is getting better, but still it is not 100%. Take a look at: tinyurl.com/4u6pdwu
There you see between the first and the last three items that the alignment is still not 100%. Also on the main page (go to Home), you see at the "Karperdeals" item, that the alignment is missing...

Pascal
dryabov
13 years, 8 months ago
Try
.contentdescription li {clear:both}

As to Karperdeals, you put img before paragraph.
kvo
13 years, 8 months ago
Ok, tried that, but does not seem to make any different..

Update: I changed some things in the website layout and it seems to work better now on the mobile site...
dryabov
13 years, 8 months ago
.contentpane li {clear:both}

(instead of above .contentdescription).

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.