I would like to adjust the 'primary' and 'secondary' widths when using the right column template. I see they are 870px and 270px. However, when I adjust them I lose the responsiveness of content in the primary div. Any suggestions?
My code:
#primary {
width: 770px;
}
#secondary {
width: 370px;
}