Hi Paolo and Guust, thanks for looking into it. Am really happy with your support.
I did manage to figure it out though, I added a bit to the the code you provided, and got the map to go all the way to the sides and the page content to stay in the middle. Thanks!
.container {
width: 100%;
padding: 0px;
}
#geodir-wrapper-content {
width: 63%;
padding-left: 7%;
}
#geodir-sidebar-right {
padding-top: 0px;
padding-right: 7%;
}