Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #85809
    lygiahuan
    Member

    Please 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!

    #85893
    Pratik
    Participant

    Hi @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,
    Pratik

    #86218
    lygiahuan
    Member

    Hi Pratik, I would like to even out the menus in css each item taking equal space.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Center Post Title and Menu Bar’ is closed to new replies.