Expand my Community achievements bar.

AEM Grid is not working properly + SP12

Avatar

Level 1

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

AEM gird style is overwriting the actual styling.

atul_diwedi_1-1651499117578.png

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

 

2 Replies

Avatar

Community Advisor

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.

Avatar

Level 1

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

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