Thanks for asking this DiabloV and CiarĂ¡n for the solution,
Finding it posted just saved me heaps of time, this forum is so useful
I displayed a gallery type module in that position so used this to keep it responsive (In case it helps anyone else).
.contentbottom .module {
max-width: 700px;
margin: 0 auto;
float: none;
}