Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End WordPress Header Alignment Issue

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #33107
    Brightonmike
    Member

    I just wanted some right-aligned headers….however they insist on being left aligned. A quick look at the code brings this up:

    The Worlds Largest Fleet

    I don’t know what’s going on. It also does it to H4s…

    We have access to over 10,000 aircraft

    You might be thinking the mistakes are in the post editor, but they’re not…

    The Worlds Largest Fleet


    We have access to over 10,000 aircraft

    It’s also odd how the mistakes it makes with the h4 are different from the h3.

    Any ideas? I’ve checked my theme and I’m just using bog standard…

    So I don’t think that’s the issue.

    Any ideas?

    #73292
    Brightonmike
    Member

    Oh, and I don’t want all my headers right aligned, so I don’t want to fix this by just editing my themes CSS….

    #73231
    TheDoc
    Member

    Very odd indeed…

    So in the editor itself (in Code view, NOT Visual Mode) everything looks good?

    #73233
    Brightonmike
    Member

    Yup. As I pasted above.

    #73223
    TheDoc
    Member

    Try adding a class to it instead. Something like

    Blah

    and then in your CSS

    h3.right { text-align: right; }
    #73219
    Brightonmike
    Member

    Good idea. I’ll try that for now. It’d still be interesting to get to the core issue.

    #73203
    TheDoc
    Member

    Yea, it sort of looks like it is trying to strip out code. The slashes that it’s putting in there makes me think that it thinks its trying to parse some PHP.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Back End’ is closed to new topics and replies.