Hi when I press add a block the layout looks like this.

Comments

rdx565’s picture

Hi Stellanhaglund,

I have deleted my previous attempt at solving this as it didn't work.

The change below to homebox.css seems to work in all conditions, please test.

#homebox .homebox-maximized {
  width: 100%;
}

to

#homebox .homebox-maximized {
  width: 100%;
  clear: both;
}
anybody’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)