fast-gallery-image divs should be in a container with the clear-block class, otherwise the float makes the theme corrupted.

Comments

rapsli’s picture

can you please provide a patch?

zolikonta’s picture

I'm sorry but I'm not familiar with making patches.
But I think this solves the issue above (for me at least):

fast_gallery.module
add this line after 250:
$html .= '<div id="fg_gallery" class="clear-block">';

add this line after 281:
$html .='</div>';

rapsli’s picture

... this doesn't make sense?!?! adding an empty string?

zolikonta’s picture

sorry, forgot to put it in code tag

rapsli’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.