Hi
Is it possible to remove padding and border in gkMainbodyTop without affecting sidebars and main body i've tried difffent css overrides without any luck
http://gratis-isoleringstjek.dk/
#gkContent > div{
border: none!important;
padding: 0!important;
}
#gkMainbodyTop div.content{
border: none!important;
}