Hi, Just a heads up for people that may be getting a similar problem to me after upgrading to 1.5.
If I add a Blog to a page & choose ‘Single Author, Big Preview Pic’ then any Video Posts have the Video Preview pic incorrectly aligned to the Center – breaking across the sidebar.
If I change the following CSS it displays correctly (add the new CSS to Quick CSS in Theme Option Styling):
from
.template-page .big-preview {
text-align: center;
}
to
.template-page .big-preview {
text-align: left;
}