I have seen recent changes in Coraline layout. Searching this forum I found this thread at Staff Answers:
http://en.forums.wordpress.com/topic/how-do-i-determine-the-width-of-my-sidebar?replies=9
There 'macmanx' said that the sidebar width in two columns layout is 450px. In Themes Showcase saids that it is 234px in two columns layout.
In CSS sourse I see this:
}
/* 2-column layouts */
.two-column #container {
max-width: 770px;
}
.two-column #content {
width: 64.99%;
}
.two-column #primary,
.two-column #secondary {
float: right;
width: 30.4%;
}
Then, the sidebar width for two columns layout at maximum width is 234px.
The theme was changed to flexible width an the maximum sidebar wide was changed from 299px to this 234px. Luckily the main column remains in 500px width, sigh!
The blog I need help with is saedacuncha.wordpress.com.