CQ5 "column control" component not work, columns come out in different rows
Hi ,
I encounter a problem with CQ5 "column control" component. I draged the "2 columns" component from sidekick to my page,
however my page didn't divide into 2 columns but 2 rows(see attached png file).
I've googled but no help, can anyone kindly tell me how to use this component in detail?
code:
<html>
<head><title>test</title></head>
<body>
<cq:include script="/libs/wcm/core/components/init/init.jsp"/>
<cq:include path="par" resourceType="foundation/components/parsys"/>
</body>
</html>