I've added the required background colour to my override.csss as follows;
- Code: Select all
#gkMainbodyTop {
background: #f8f8f8;
}
But it doesn't go across the full width of the browser window?
Thanks
#gkMainbodyTop {
background: #f8f8f8;
}
.gkPage {
max-width: 1150px;
}
#gkBottom5 .gkPage {
max-width: 100%;
}
#gkMainbodyTop .gkPage {
background: #f8f8f8;
max-width: 1150px;
}
#gkMainbodyTop .gkPage {
background: white;
}
.gkPage {
max-width: 100%;
}
#gkMainbodyTop .content {
margin: 0 auto;
max-width: 1150px;
}