please integrate the max-width-feature to the dynamic version. its recognized by most browsers except ie6. widescreens are wide spread and the website would be too broad. max-width:960px and margin:auto; would do a great job, I think. If not integrated in theme, could you give answer how to do it? I made a div around the page.tpl.php-body. but the mainlinks didnt move into the frame.
thanks

Comments

Bevan’s picture

Version: 5.x-1.2 » 6.x-1.x-dev

New features are going into the Drupal 6 version. I haven't spent enough time with the theme to give you more info than you already have sorry, but I would welcome this patch.

Bevan’s picture

Title: max-width + center » Max-width is not implemented
steve-psngs’s picture

ooops - wrong theme

Frando’s picture

Title: Max-width is not implemented » Implement max-width
Component: Template files » CSS
Priority: Normal » Minor
itapplication’s picture

Status: Active » Closed (fixed)

Fixed width theme already provided for this reason.

Bevan’s picture

Status: Closed (fixed) » Active

Fixed-width is not max-width.

itapplication’s picture

Status: Active » Closed (fixed)

I believe max-width limit the width at certain limit(what ever it set) and liquid width theme should not limit the width. For users who want to be set width at certain limit can be use fix-width theme which is already provided(theme has both variant). Bigger screen user can re-size their browser's widow size suitable for his/her use.