Hello,
I want my main wrapper to have 0px padding set, but i cannot modify it's values.
When I debug my styling with Firebug my class looks like this
.sfPublicWrapper {
background-color: #FFFFFF;
margin: 20px auto;
padding: 30px;
width: 920px;
}
but in fact i only declared:
.sfPublicWrapper{width:950px; padding: 0px;} in my css file.
Is there a way where I can modify this?
P.S.: The page is using a master page.
Thanks!