Expand my Community achievements bar.

column control author layout problem

Avatar

Level 2

I created a column control that takes a json object containing the number of columns and css classes for each column. I have everything working except the rendering in the author experience. The parsys blocks are overlaying the main parsys.

I thought It was the CSS that was causing the problem but it is just basic Bootstrap grid css. The parsys are rendered using position absolute and the author environment is not including the parsys' that I am including in my component in the position calculations for the main parsys. They are being included in the JCR.

Added git hub for ppl to take a look https://github.com/rao4/ColumnControl 

My question is how do I include parsys to a component programmatically but still have them recognized by the author experience?

1 Reply

Avatar

Level 2

It was a CSS issue! I had a float hidden in one of the media queries that was not being properly cleared.