[Resolved] Move Page Title to Right Side of Page

Home Forums Support [Resolved] Move Page Title to Right Side of Page

Home Forums Support Move Page Title to Right Side of Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #235046
    Steig

    Hi Tom,

    My pages all have the page title showing on the left side of the screen. On a specific page, I’d like to move that page header to the right side of the page.

    Is this possible and can you tell me how to do it?

    Thanks,
    Steig

    #235087
    Tom
    Lead Developer
    Lead Developer

    You can do this using CSS.

    In order to add it only to specific pages, take a look at Simple CSS: https://wordpress.org/plugins/simple-css/

    .entry-header {
        text-align: right;
    }

    Hope this helps ๐Ÿ™‚

    #235129
    Steig

    Works perfect. Thank you!

    #235149
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.