After Adaptive Theme update to v.2.2, and core to Drupal 7.12, the width of some pages are reset to 960 px. I found the bug appears in Opera, and Safari (Win) browsers, not in Firefox. In IE effect looks like cache problem, as the proper width is displayed after about one second, when all the page is read.

As the page width is reset from wider one (I use 1140 or 1152 px), sidebars are narrowed, and pictures filling all sidebar with are also narrowed, as shown in the attached picture.

CommentFileSizeAuthor
False_sidebar.png62.67 KBAndrzejG
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

AndrzejG’s picture

Oh, missed info that these pages differ from others in that they contain panels. They are simple one-column panels.

Jeff Burnz’s picture

Cant tell anything from the little screenshot mate, you need to link to the site and have CSS aggregation OFF - then I can debug it.

AndrzejG’s picture

It is http://lepszy.biz.pl/

Panels are only in front page and Groups pages (access from menu in the right sidebar).

Jeff Burnz’s picture

You need to save the theme settings again, that should fix the problem.

I'd say the various different states you are seeing the site in is entirely to do with your browsers having cached the stylesheets are different times.

When you save the theme settings a new file will be created that sets the layout, once that is done clear the caches on your browsers and all should be good again.

AndrzejG’s picture

Hmm, there might be something wrong in cache action not in browsers. I tried empty browsers' cache many times without effect.
Probably something in the theme remembers default width.

Jeff Burnz’s picture

Category: bug » support
Issue tags: +CSS Weight

The problem is with Views I beleive and partly with Drupal in how it resets the weight of stylesheets, the CSS is loading, but its in the wrong order on those pages.

I am going to try and workaround this issue once and for all and release a 7.x.2.3 version that overrides drupal core and views module weight issues.

There is a whole bunch of issuse like this, I will try to tag them all.