- This topic has 2 replies, 2 voices, and was last updated 9 years, 3 months ago by
lygiahuan.
-
AuthorPosts
-
February 19, 2016 at 3:14 pm #85809
lygiahuan
MemberPlease take a look at my blog: http://cuden.net/
First, at the main menu bar, I’d like to have the buttons (home, about, contact, etc) spread out and fill the awkward blank space at the right side.
Second, please take a look at a post: http://cuden.net/tour-de-feast-restaurant/
I’d like the title, “Tour de feast” in this case, to be centered. This should apply to all post titles.Many thanks in advance. I appreciate your help!
February 21, 2016 at 7:13 am #85893Pratik
ParticipantHi @lygiahuan,
1. To center the menu, do you want the whole menu to just center leaving equal space on the left and right or do you want to even out the menus in css each item taking equal space?2. to Center the Title in single post titles only, you can add following CSS code in Appearance=> Customize=> Theme Options => Custom CSS box:
.single-post #main #content .post h2.entry-title { text-align: center; }
Regards,
PratikFebruary 24, 2016 at 5:04 pm #86218lygiahuan
MemberHi Pratik, I would like to even out the menus in css each item taking equal space.
-
AuthorPosts
- The topic ‘Center Post Title and Menu Bar’ is closed to new replies.