I want this module to have no margins on the left and right.
I put this code in my override.css, however the overflow doesn't seem to work.
- Code: Select all
div.moduletabletestbottom {
overflow:visible !important;
margin-left:-40px;
color:white;
background-color:grey;
}
Any clues?
Thanks