Whenever I drag a block into this area it seems to create a new "row" for every block, rather than adding blocks to the same row. There is enough space in the same row for 2 blocks, so I'm not sure why EPiServer is creating a new row every time - there's even a blank "row" created in between each.
Hi guys,
I have a ContentArea property with a CssClass of "row" and a RenderSetting of "six column" for the "ChildrenCssClass" attribute...
<EPiServer:Property runat="server" PropertyName="LowerPanelContentArea" CssClass="row" CustomTagName="div">
<RenderSettings Tag="span6" ChildrenCssClass="six column" />
</EPiServer:Property>
Whenever I drag a block into this area it seems to create a new "row" for every block, rather than adding blocks to the same row. There is enough space in the same row for 2 blocks, so I'm not sure why EPiServer is creating a new row every time - there's even a blank "row" created in between each.
Any idea what might be happening?
Many thanks in advance,
Chris