I set the page width to 960px and 240px for both side bars.
So of course when I assign some blocks in the both side bars the main content area should be 480px.
But even if there are no blocks assigned to the side bars the width of the main content is still only 480px.
I thought it would be stretched to 960px though as the other themes I have used do so like Garland and Fusion.
Is this just the natural behaviors of Adaptive theme or I can configure this somewhere?
Thanks.

Comments

Jeff Burnz’s picture

Priority: Major » Normal

All the regions are collapsible, you must have a bug somewhere in the output that is triggering sidebar classes to be printed, I can't tell without seeing the site.

chinita7’s picture

I tried it again with a clean install and it works as expected. I don't know what was causing this issue but anyway fixed.
Thanks for this great theme.

chinita7’s picture

Status: Active » Closed (fixed)
chinita7’s picture

Status: Closed (fixed) » Active

Sorry for reopen this.
I found out this thing happens only when I install Jquery UI module and login the site. It doesn't happen for anonymous users.
As far as I see HTML by firebug the sidebars are not output when they don't have blocks inside.It looks like because of the margin of "content-inner"

Now my sidebar-first is set to 240px and sidebar-last to 180px.
And Firebug says :

.two-sidebars .content-inner {
    margin-left: 240px;
    margin-right: 180px;
} 

The thing is that no matter sidebars have blocks or not always these margins for .content-inner is applied. I couldn't work out how to fix this. Any idea? I have tried IE,Firefox and Chrome.

This issue might be relevant or duplicate.

chinita7’s picture

Title: Main content area is not stretched ever though there are no blocks assigned. » Main content area has side margins

By the way, this thing happens for my AT sub theme using some custom page templates and also AT admin theme with no custom template for my admin page. And I'm using Context module to assign all the blocks instead of the Core block system.

chinita7’s picture

Component: Subtheme » CSS/HTML
Category: support » bug

I just installed the clean untouched Adaptive theme 6.22 but this thing again happens as soon as install jQuery UI...

Jeff Burnz’s picture

Category: bug » support
Status: Active » Closed (fixed)

Hang on a minute, why is this a bug in the theme? You install some other third party module and it breaks the theme therefore the fault is the THEME?

Re-examine your thought process here please.

chinita7’s picture

Sorry Jeff, because it has happened only with Adaptive theme but not the other themes so I just simply thought something was not right with it..