• Does anyone know how I can get my posts to be centered on the page..just don’t really care for them all left justified. Thanks.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    May be your post are aligning to the left due your theme coding standard . You can test it by changing the theme. And second thing you can add the custom CSS in your theme customize option to align it center.

    You can also share the name of theme or link of theme so will try to provide exact solution.

    Regards
    MakeWebBetter

    Thread Starter Israel Sattleen

    (@israelsattleen)

    You need my theme…i believe it is seventeen or twenty one…does that help?

    Thread Starter Israel Sattleen

    (@israelsattleen)

    actually it is post magazine

    Hello,

    Thanks For sharing the theme name,

    As it’s a defaults WordPress theme so it should work perfectly But you can add custom CSS to your theme customizer section for centered post alignment.

    You can share the post URL with us so that we can check the post and can provide you the custom CSS.

    Regards

    Thread Starter Israel Sattleen

    (@israelsattleen)

    Thread Starter Israel Sattleen

    (@israelsattleen)

    what is the custom css i can add to center my post?

    Hello,

    As we have checked your theme and it’s containing a column on the right side that’s why your posts are aligning to the left so your posts are looking fine you can check it by changing your theme.

    Second thing, At the time of post creation, there is an option in a text editor to align your text center so from where you can make your post centered align.

    And the third one is that you can add this custom CSS in your theme customizer and maybe it will work but it’s not the recommended solution. You can try it for.

    #primary {
    margin-left: 16%;
    }
    .col-lg-4 {
    display: none;

    }

    Regards

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Centering My posts’ is closed to new replies.