Expand my Community achievements bar.

Unable to resize components in a container component

Avatar

Level 1

Hi All,

I have cloned wknd spa react project and deployed in my local aem sdk (cloud version), but when I am trying to use custom responsive grid component (which extends OOTB Responsive grid) and drag drop a component inside that and try to resize that component it is not happening. We are able to resize layout container but not the component inside it. Please note the same thing is happening with OOTB container component. Can anyone help me to solve this issue.

Thanks,

Rohit

3 Replies

Avatar

Employee Advisor

hi @rhtsinha0705 ,

 

Try to clear browser's cache and force to Recompile clientlibs

 

Can you check: http://localhost:4502/etc.clientlibs/wknd/clientlibs/clientlib-base.css to see if there are any LESS compilation errors.

 

Thanks,

Nikita Garg

Avatar

Level 1

Hi @Nikita___Garg I recompiled the clientlibs there is no error and after recompilation also it is not working

Avatar

Employee Advisor

hi @rhtsinha0705 ,

 

Can you please check is there any configuration missing and can you let me know what all changes you did during customization.