Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24032

    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;
    }

    #122085

    Hey,

    Thanks for the tip.

    Cheers,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Another 1.5 Error Maybe – Video Post Preview Image Not Left Aligned’ is closed to new replies.