Either the CSS is wrong (selectors) or the HTML is wrong - I assume its the selectors, but when I enable this theme the layout is borked - meaning the sidebars are not positioned correctly and the main content column is full width (960px?). I don't have time to debug this but it makes using this theme basically impossible.

I set up a testing site for all the HTML5 D7 starter themes and am posting issues against each theme as they arise: http://adaptivethemes.com/drupal-html5-themes/

Comments

RockSoup’s picture

Status: Active » Needs review
StatusFileSize
new1.67 KB

Adding a class to a container in page tpl and some CSS to fix layout issue. CSS in layout file was referring to classes that did not exist.

tim.plunkett’s picture

Status: Needs review » Needs work

#content should be #content-wrapper. Would be nice if we could use [role=main] as a selector, but I understand why we can't.

tim.plunkett’s picture

Status: Needs work » Needs review
StatusFileSize
new610 bytes

Most of this was obsoleted by #1036524: Use Stark layout css to get started.
But region IDs were misnamed, using underscores instead of hyphens.

mason@thecodingdesigner.com’s picture

Status: Needs review » Reviewed & tested by the community

looks good. lets continue to keep the preprocessors to a minimum. Stuff that keeps the tpl's clean is good.

tim.plunkett’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.