Closed (fixed)
Project:
Zen
Version:
6.x-1.0
Component:
CSS/HTML Markup
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2009 at 05:54 UTC
Updated:
9 Aug 2010 at 23:00 UTC
Okay, so if the navbar is in the #main div, this precludes the possibility of making a layout with an expandable navbar and header and fixed center width area that includes the sidebars and content that has margin:auto to stay centered, since the markup to keep the columns in place requires margin attributes...
I think this is not ideal, since i'ts nice to have a full width header and then to have fixed width content, especially if you're making a site that will have articles on it, and it's nice for large screens to read those articles in the center of the screen.
just a thought.
hope this makes sense.
Comments
Comment #1
pfrenssenYou can edit the page.tpl.php file and put the navbar wherever you want. For example put it in the header, or inbetween the header div and main div.
Comment #2
pfrenssen