Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

How to remove aem-grid div\'s only in publish mode.

Avatar

Level 2

Hi Team,

 

How to remove below auto generated aem grid div's only in publisher. We using Aem as cloud service. 

<div class="container">
<div class="root container responsivegrid">

<div id="container-1f81d2b949" class="cmp-container">

<div class="aem-Grid aem-Grid--12 aem-Grid--default--12 ">

 

Author ----- > Publish <-----> UI layer 

we are handling responsive things in UI layer with different css.

 

Please help me to resolve these queries. Thanks in advance. 

 
0 Replies

Avatar

Community Advisor

if this html grid div is generated using sightly , you can use the runmode(author/publish) and put a conditional wrap over that grid div and not show it in Publish instance.

Avatar

Level 2

@Saravanan_Dharmaraj ,  

 

Those are template level responsive grid div's. We are using editable template and experience fragments.