Forum How do I...?

float column-bottom in a column within another column

stevenlavine1
Hi,

I have a page with 2 main columns, and both columns are then sub-divided into 2 more columns. I am trying to place a single column advert into the first sub-column (using float: column-bottom;), however it fills the container column rather than the inner column. is there a way around this other than splitting the page into 4 main columns?
mikeday
Is the floated content originally inside the sub-column?
stevenlavine1
Yes the markup is similar to

<div class="outer-column">
  <div class="inner-column">
    ...
    <div class="advert">...</div>
    ...
  </div>
</div>
mikeday
Okay, we may need to check this out, perhaps it is not quite right. I guess the quickest workaround for the time being would be to use four columns.
mikeday
This issue has been fixed in Prince 8.0, released today. Thanks for letting us know. :)