Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #465115

    I have my blog posts set to no sidebar and each single post is centered in a middle column. Great.

    How do I change the width of that column? For example 1000px.

    Is there an enfold setting?

    Or do I need to write some custom CSS? If so what is that CSS? I’m having a hard time tracking down the element and CSS that is making the column so thin.

    #465491

    Hey mattmikulla!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Cheers!
    Rikard

    #465559
    #465781

    Hey!

    Not sure what’s going on there to be honest, could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Cheers!
    Rikard

    #465947

    Included in private content.

    #466586

    Still haven’t heard back from you folks. Any help appreciated.

    #467065

    Hey!

    Try adding this to your custom CSS.

    .entry-content-wrapper, .entry-content-wrapper * {
      max-width: 1000px !important;
    }

    Regards,
    Elliott

    #467771

    Unfortunately that CSS doesn’t work with the responsive nature of the site.

    The images don’t scale down for whatever reason.

    #468804

    Hey!

    Please replace the code with this:

    #top .fullsize .template-blog .post .entry-content-wrapper>*, #top .fullsize .template-blog .post .entry-content-wrapper {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
    }

    Cheers!
    Ismael

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