I worked with the code changing percentages and have only been successful in changing the width of the main content column, not the sidebar column. I feel now I am just randomly changing this without making any progress. I’ve changed this line which was successful:
.two-column #content {
width: 64.99%;
}
I’ve also change many others including the two below without any result:
.two-column #primary,
.two-column #secondary {
float: right;
width: 30.4%;
}
.content-sidebar #content {
margin: 0 35.1% 0 0;
}
My goal is pretty simple, increase the width of the right sidebar while decreasing the size of the main content column. I’ve successfully changed the main content column size but am unable to do the same of the right sidebar. Any additional suggestions are appreciated.