Layout question
-
1) How do I centralize the page titles on the top above the header?
2) Can I have the posts section in the center of the page?The blog I need help with is: (visible only to logged in users)
-
Hi there, this would require custom CSS, which is part of the WordPress.com Premium Plan upgrade. You would need that upgrade in order to do this.
You can try out and preview custom CSS before you buy as explained here. This would be the CSS required.
#primary-menu { text-align: center; } #primary-menu ul { display: inline-block; } .main-navigation > div:first-of-type { float: none; } -
-
- The topic ‘Layout question’ is closed to new replies.