Posted by chinita7 on October 11, 2011 at 5:24am
2 followers
Jump to:
| Project: | AdaptiveTheme |
| Version: | 6.x-2.2 |
| Component: | CSS/HTML |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
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.
#2
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.
#3
#4
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.
#5
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.
#6
I just installed the clean untouched Adaptive theme 6.22 but this thing again happens as soon as install jQuery UI...
#7
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.
#8
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..