Needs review
Project:
Antonelli
Version:
7.x-1.0-rc1
Component:
User interface
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Jan 2011 at 22:19 UTC
Updated:
23 Jul 2012 at 12:08 UTC
Jump to comment: Most recent file
Comments
Comment #1
thomas4019 commentedsubscribe
Comment #2
flightrisk commentedI'm also wondering about this and need fixed width sidbars. Does anyone have a quick fix? I took this theme and made my own subtheme from it, so I'm able to change any of the code. No one has responded yet, can someone help?
Comment #3
ryantollefson commentedHere's my attempt. It seems to work in both Chrome & IE8.
Change the following two settings in antonelli\css\layout.css
I only needed the one-sidebar layout; though the same idea should apply to the two-sidebar settings.
Comment #4
joachim commentedHere's that change as a patch -- but it doesn't work with two sidebars.
Comment #5
joachim commentedAlso, on a page where the content is shorter than sidebars, they overlap the footer.
Comment #6
Jeff Burnz commentedCould use display table, but really there are many ways to solve this, I will probably punt for altering the source order and switching to a negative margin layout, and throwing in some media queries to boot.
Patch uses display table, not tested very much, this will work on modern browsers, old IE I don't think so...
In essence the layout gets whittled down to this (a few other changes needed that are in the patch):
Comment #7
joachim commented> I will probably punt for altering the source order and switching to a negative margin layout
I did a bit of tinkering trying to get the negative margin technique to work, but I'm afraid my CSS skills weren't up to it :(