Hello, i have the following problem:
i have normal #maincontent-block with padding of 40px (template.css):#maincontent-block {
padding: 40px 40px 0 40px;
background-color:#252525;
color:#fff;
min-height:384px;}
In order to change that in a wrapper menu item, i did the following:
1) insert the suffix instalacoes in the Page Class Suffix menu item parameter
2) in template.css, add:#maincontent-block .instalacoes{
padding:0;
}
BUT The template main content keeps the 40px of padding.
It shouldn´t right? what am i doing wrong?
thanks,
mariana