Forums
(@pobodoq)
11 years, 10 months ago
@jas999 To center each page’s title, it would probably look something like this in the child theme:
.entry-title { text-align: center; }
also, if you want the menu to stick to the top, add display: inline-block; to the site-title
display: inline-block;