Region-main expands to 100% width after upgrading to 3.0

Region-main expands to 100% width after upgrading to 3.0

by Robin Leung -
Number of replies: 3
Issue at hand: I'm using a version of the Evolve-D theme. After upgrading to 3.0, if I have the navigation block docked, the rest of the blocks will fall below "region-main". But once I undock "Navigation", the blocks will restore to "side-post" (right) position.

I've looked into the code and it seems like it's these two things that are causing it: 
.jsenabled.docked-region-side-pre.empty-region-side-pre.used-region-side-post #region-main {
    width: 100%;
}
.empty-region-side-pre.used-region-side-post #region-main {
    width: 100%;
}


Where do I go to get rid of these 2 lines?

Thanks.

Average of ratings: -
In reply to Robin Leung

Re: Region-main expands to 100% width after upgrading to 3.0

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Try asking on the themes forum with a short note and a link to this post such that a moderator (like me) will not remove the post as a cross-post.  Then Chris (the developer) is more likely to see and answer the question.

In reply to Gareth J Barnard

Re: Region-main expands to 100% width after upgrading to 3.0

by Robin Leung -

smile thanks Gareth, will do.