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

    The width of my blog posts and pages has been limited to 760 pixels and looks great. This works for pages that use both the default and advanced editor. But it only works for posts that use the default editor.
    However, when I use the advanced editor, the width of my blog post is full-width.
    Here is the code I use:
    #top .fullsize .template-blog .post .entry-content-wrapper>* {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    }
    Do I need to add anything for when I use the advanced editor for blog posts?

    #1029573

    Hey Jack,

    Could you link to an example post so that we can have a closer look please?

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.