If the margins are set to 0 in the CSS, your Kobo will display edge to edge. You may want to check the book(s) in an editor and see where/how the margins are set in the CSS.
You could also try changing your added CSS code to:
Code:
html {
margin-left: -50px !important;
margin-right: -50px !important;
}
to force the override.