i am trying to expand the middle where all the content is, and i change
body.sidebar-left #squeeze {
margin-left: 290px;
}
body.sidebar-right #squeeze {
margin-right: 290px;
}
body.two-sidebars #squeeze {
margin: 0 290px;
}
to say 250px or so, which does the trick, but after doing that i can't seem to click on any of my text that slide over. help :S
Comments
Comment #1
hswong3i commentedBecause you need some more change to the theme... This is all the magic handling of "fluid width" layout implementation... For detail please refer to below code snippet (keep your eye on how 290px and -290px are used):
Comment #2
hswong3i commentedWell... This is a FAQ... Also mentioned in case of Multiflex-3: http://drupal.org/node/278243
Comment #3
hswong3i commentedAny else update? Or I will set this issue as fixed :-)
Comment #4
hswong3i commentedAssume as fixed since no more feedback.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.