Hello, I added to template
.box2 {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
background-color: #278e47;
line-height: 1.6;
margin: 0;
padding: 10px;
width: 100%;
}
and set ".box2" as module class suffix but it didnt work. What do I need to change? thank you!