My Wordpress Page Is Screwed Up. Can't Fix

4 replies
I have this new blog set up. Everything is fine. On the homepage everything is the way I want it to be. Everything is lined up perfectly.

When I click on my post, which is going to be my landing page, the title and subtitle are now on the left hand side.

In visual mode they are centered, but when previewed they are on the left. I took out the code and pasted the same code from the homepage and I still got the same thing.

How can this be? What should I do to fix this?
#fix #page #screwed #wordpress
  • Profile picture of the author pmrc
    It is hard to tell without seeing the page itself, post up a link and you will be able to get more help.
    {{ DiscussionBoard.errors[2314554].message }}
  • Profile picture of the author mywebwork
    Sounds like a theme issue that you can probably fix with a style sheet adjustment. But as pmrc has said without a link we really can only guess.

    Bill
    {{ DiscussionBoard.errors[2314617].message }}
  • Profile picture of the author webfighter
    Yes, from what it seems, you need to make adjustments to your stylesheets.
    {{ DiscussionBoard.errors[2314801].message }}
  • Profile picture of the author oknoorap
    maybe your body class

    check your body tag,
    convert this code

    <body <?php body_class(); ?>>

    to

    <body>
    {{ DiscussionBoard.errors[2314828].message }}

Trending Topics