Hi,

This is probably really easy to fix but I haven't found the right way to do it yet. I am creating a lot of pages that have small galleries (3 or 4 photos) followed by text. When the gallery has four photos the thumbnails span across the entire width of the pageand the text starts under the thumbnails. When there are only three photos, the thumbnails don't occupy the entire width of the page and the text wraps around them, which looks stupid.
Anyone have an idea how I can make the text always appear under the thumbnails? I have tried playing round with the css file that comes with the mosule but haven't had much success so far.

Thx a bunch!

Comments

Rom4n’s picture

Hi,

I added

p.clean
{
  clear: both;
}

to my style.css file. Then when I write a paragraph after the BG I use <p class="clean">. It works good :)

emdeex’s picture

This had been bugging me as well.

Rom4n's suggestion works. Remember to edit your correct style.css for your active theme, and turn off CSS aggregation under Performance.