Module Position Overflow

GK User
Mon Jul 18, 2011 8:01 pm
I have inserted a custom module on position 'bottom'

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
User avatar
Junior Boarder

GK User
Tue Jul 19, 2011 2:06 am
I inserted this code in override.css aswell

Code: Select all
#gk-main {
overflow:visible;
}


I don't know if there will be any complications, but it seems to be working.
User avatar
Junior Boarder


cron