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

    Hi,

    Is there a way to add new “no sidebar” post/page layout while keeping the original one?

    I’d like to change the width of the text, but only in selected pages/posts.

    Currently the text in a “no sidebar” page seem to have a 600px width.

    Is there a way for some “no sidebar” posts to be at 700px as well, and others at 900px?

    The goal is to have different widths for different needs.

    #136153

    Hey,

    Yes, that is possible. You can adjust the width of full width post using this:

    #top .fullsize .template-blog .post .entry-content {
    max-width: 950px;
    }

    Adjust the width value. If you want to target specific post, just view the source then look for the body class.

    #top.postid-1 .fullsize .template-blog .post .entry-content {
    max-width: 950px !important;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Additional custom 'No sidebar" layouts’ is closed to new replies.