I am using BG on a site in conjunction with the theme "Aurora".

Since Version 4.1 the page layout is messed up.
Usually after the gallery images there was a new block / line started. Now the text (even new headers) flow on the right side.

Sorry, not to be able to specify the problem more technically :-(

CommentFileSizeAuthor
#1 pagesource.zip7.44 KBLemontonix

Comments

Lemontonix’s picture

StatusFileSize
new7.44 KB

I found out that in Version 4.0 there was

<br style="clear: both;" />

at the ending of a gallery.

That is missing in 4.1.

I attached the generated page source for V4.0 and V4.1

vacilando’s picture

Title: BG messes up page layout » Line break after the gallery removed
Status: Active » Fixed

I indeed took out that line break you quote above.

The problem was that in some cases a new line was undesirable, but since it was in the module, it wasn't possible to remove it.

Now that I have removed it, those cases work all right, and if you need a line break after the gallery, just add it after the [bg|...] tag.
<br style="clear: both;" /> or if you want it real simple <br clear=all>

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

Lemontonix’s picture

Issue summary: View changes

removed private data