Viewing 10 replies - 1 through 10 (of 10 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In your Custom CSS section you have this style:

    
    @media screen and (min-width: 48em) {
      .wrap {
        max-width: 855px;
      }
    }
    

    Reduce the ‘855’ value to centre your content.

    Thread Starter Anonymous User

    (@anonymized-11539796)

    Thanks Andrew for the reply but that had zero effect on what I was looking for…
    Just trying to center the posts not everything else.

    Thread Starter Anonymous User

    (@anonymized-11539796)

    Is there anyone else who can help?

    Again, looking to center just blog posts and nothing else.

    Thread Starter Anonymous User

    (@anonymized-11539796)

    Ok again

    I am trying to center the blog posts/articles https://rxfitness.net/exercise-is-the-best-medicine/ or at least shift it over more to right a bit.The blog page itself https://rxfitness.net/blog/ is great but the articles/posts shift to the left. Any suggestions on how to remedy this? Again I am not looking to shift other pages only the blog post page itself. Thank you in advance.

    Thread Starter Anonymous User

    (@anonymized-11539796)

    Ok found this coding and made some changes but gives a bit of issues on mobile devices and such.

    body:not(.twentyseventeen-front-page) .entry-header,
    body:not(.twentyseventeen-front-page) .entry-content,
    body:not(.twentyseventeen-front-page) #comments {
    padding-left:16.6em;
    }
    any recommendations? Thx

    Thread Starter Anonymous User

    (@anonymized-11539796)

    Forget it..it’s absolutely hopeless at this point.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I’ve checked your site and the content is centred with the CSS recommended in my first post. If you’re saying you’re still facing the problem, can you please explain the issue in more detail?

    Thread Starter Anonymous User

    (@anonymized-11539796)

    Like I said it was hopeless…just went back to the original way (re-added the side bar since I could not get “POSTS” centered).

    I made no changes that were suggested by you so not sure what you are saying or I should state your suggestions are not in effect. (Like I stated that didn’t work).

    I will revert it back again and hopefully you will finally see what I am writing…

    Now look at the post/article it’s off to the left…I want that and that only centered not the other pages..

    https://rxfitness.net/exercise-is-the-best-medicine/

    • This reply was modified 7 years, 2 months ago by Anonymous User.
    • This reply was modified 7 years, 2 months ago by Anonymous User.
    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Add this instead:

    
    @media screen and (min-width: 48em) {
      .single .site-content .wrap {
        max-width: 550px;
      }
    }
    
    Thread Starter Anonymous User

    (@anonymized-11539796)

    Much better!!! Thank you Andrew!!! ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Looking to center posts.’ is closed to new replies.