How to remove the Responsive Grid div in AEM? | Community
Skip to main content
New Participant
July 14, 2022
Solved

How to remove the Responsive Grid div in AEM?

  • July 14, 2022
  • 2 replies
  • 2405 views

Actually, I am using the Responsive Grid in a component and this responsive grid creates a div dynamically in the original HTML. The divs are given below.

<div class="aem-Grid aem-Grid--12 aem-Grid--default--12"> <div class="smb-longplancards aem-GridColumn aem-GridColumn--default--12">

Now I need to remove the above divs from the HTML. How do I achieve this?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi,

If you don't want grid then use simple parsys.

if you ant to remove just styling then remove reference of grid css from your project or oveeride css.

2 replies

arunpatidar
arunpatidarAccepted solution
New Participant
July 15, 2022

Hi,

If you don't want grid then use simple parsys.

if you ant to remove just styling then remove reference of grid css from your project or oveeride css.

Arun Patidar
Mohit_KBansal
Employee
July 14, 2022

Just want to understand, that you are trying to use the Responsive grid without using grid capability? As grid won't work as expected after removing these Divs.

If so, don't you use normal parsys?