AEM Grid is not working properly + SP12 | Community
Skip to main content
May 2, 2022

AEM Grid is not working properly + SP12

  • May 2, 2022
  • 1 reply
  • 795 views

I have updated the service pack and getting the AEM grid issue.

AEM gird style is overwriting the actual styling.

How can we remove aem-grid-10 class from HTML

 

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

1 reply

Ravi_Pampana
Community Advisor
Community Advisor
May 2, 2022

Hi,

 

You can overwrite the out of the box style sheet and update the width as needed or you can add !important to custom style, so that out of the box style will be overwritten

 

width: 100% !important

 

or add more levels to the css like adding ".container.responsivegrid" more levels will be given preference while adding styles.

May 4, 2022

The whole responsive grid CSS is created in the LESS file.

Is there a way to remove "aem-grid-10" from HTML?