I see in frontpage.index.php that you can adjust the span of the sidebar (js_side_frontpage) but how can I adjust the span of the activitystream itself? I ask because I've added a custom sidebar to the left of the activity stream (I named it js_side_left) and divided the span that js_side_frontpage previously had between the two of them so that all three columns would show up on my page.
This is how it looks now:
js_side_left (spans 2) activitystream (spans ?) js_side_frontpage (spans 2)
This is how I want it to look:
js_side_left (spans 2) activitystream (spans ?) js_side_frontpage (spans 4)
I don't want to use sidebar-1 because it doesn't flow as well with the rest of the page.
If I change the span of js_side_frontpage back to 4 it drops the entire column beneath the rest of my content because the activity stream won't give up the space needed for some reason. I want to make the span of the activitystream smaller so that I can make the span of js_side_frontpage back to 4 like it was before I added js_side_left.