Active
Project:
Sky
Version:
6.x-3.11
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2012 at 15:28 UTC
Updated:
12 Feb 2012 at 15:44 UTC
The left sidebar comes before the content in page.tpl.php which makes it necessary to scroll down the whole sidebar with a screen reader before getting to the main content. I tried moving the div containing the sidebar below the content and just before the right sidebar hoping that the css would put it back in its place visually, while the logical order of the page keeps the content before the sidebars. I hope this question at least makes a little sense. What change might make rearranging the sidebar and content in the template possible without breaking the presentation.
Comments
Comment #1
Jeff Burnz commentedHonestly? You are asking for trouble -trying to man-handle this layout into a content first type layout will be fraught with issues, you might get lucky and everything works out just fine, but my experience tells me it won't be long before IE* blows up in your face.
I can give you some sample CSS to show how you might be able to achive this, but don't say I didn't warn you that this could go bom-shanka.
middle column is the main content - you will need to find the DIV and CLASS in this theme (sorry, I do not have an actively running install right this very minute). This is called a negative margin content first layout, both sidebars below the main content, depending on the markup things should work OK, or not: