Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

parsys appearing on top

Avatar

Level 4

i am working on the project with AEM 6.1

i am using structure as header content body.

where header footer are iparsys

and content components are of parsys.

whenever i drag drop any component-->

parsys do not shift to end of page.

it still ramains on top.

i have not added any special code for this.

template-->

<div class="overflowContent">

<div data-sly-resource="${ @path='test', resourceType='foundation/components/parsys'}"></div>

</div>

on page cration:

1560347_pastedImage_0.png

after i added image component-->

1560348_pastedImage_1.png

inspect element-->

1560349_pastedImage_3.png

is there any way to birng it down?

after adding 2 3 components , it becomes difficult to author page.

3 Replies

Avatar

Level 10

Are you seeing this behavior in the sample geometrixx app?

Avatar

Level 10

Also - try using HTL Parsys instead JSP parsys

<div data-sly-resource=”${‘content’ @ resourceType=’wcm/foundation/components/parsys’}”></div>