Archived topic
Move Page Title to Right Side of Page
3 replies · Started by Steig on October 13, 2016
Viewing posts 1–4 of 4
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
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 :)
Works perfect. Thank you!
You're welcome :)
This archived topic is closed to new replies.