• I am so new to this, but I’ve been practicing getting my page up and running. I want to perfectly center everything on the page, across all pages on the site (including images and text on post page).

    I have tried various things such as the following CSS code:

    #page {
    margin-left: auto;
    margin-right: auto;
    }

    However, Things on the site still look slightly off balance, mainly around the post footers. Please help!!!

    Thanks.

    http//:tomashan.com

Viewing 1 replies (of 1 total)
  • Hey there tomashan92,

    How are you doing today?

    I’ve checked your site and your home page looks pretty centered to me so I can’t find anything not being properly centered there, see screenshot
    http://screencast.com/t/l9qjJQEfQQ9.

    The only thing I found was actually on your single post pages, where your p elements are having 65px right margin which is making your content images and text not really being centered.

    To override that please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    .entry-content p {
        margin-right: 0;
    }

    If there is anything else please post link to those pages and let me know and I’ll be happy to help 🙂

    Have a nice weekend!

    Cheers,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘Blog is not perfectly centered.’ is closed to new replies.