Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #107417
    Anne
    Participant

    Hi,

    I’m having issues centering the main menu bar on my site. Also, the pull-down sub menus are not centered and I’d like them centered also. What code is needed to do this? My site is not launched yet but is being set up in the evolution pro theme.

    Thank you,
    Anne

    #107429
    Mahesh
    Keymaster

    @kayaker4157: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #header-menu ul.menu {
        text-align: center;
    }
    
    #header-menu ul.menu li {
        float: none;
        display: inline-block;
    }

    Regards,
    Mahesh

    #107440
    Anne
    Participant

    Thank you! That worked perfectly.

    One other thing I just ran into – How do you remove the categories and “Leave a Reply” meta data at the bottom of a post? And, is there a way to change the text of “-Leave a Reply” to “Comments” in the top meta data area which contains the posting date and author’s name?

    Thanks again for your help. I’m getting close with my site now :-).

    #107475
    Mahesh
    Keymaster

    @kayaker4157:
    1. How do you remove the categories and “Leave a Reply” meta data at the bottom of a post?
    Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    footer.entry-meta {
        display: none;
    }

    2. And, is there a way to change the text of “-Leave a Reply” to “Comments” in the top meta data area which contains the posting date and author’s name?
    For that, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then copy content.php to child theme and change Leave a reply to your desired text. Do the same for all the content.

    Regards,
    Mahesh

    #107527
    Anne
    Participant

    Thank you for your quick response. Very helpful! 🙂

    #107566
    Mahesh
    Keymaster

    @kayaker4157: Thank you for you appreciation. Have a nice day!

    Regards,
    Mahesh

    #107945
    Anne
    Participant

    Hi,
    Sorry to bother you yet again, but I thought I had figured out how to change the “Leave a Reply” to “Leave a Comment”, but apparently not. I think I have followed the directions you provided by creating my child theme, copying the [content.php] file to it and then changing “Leave a Reply” to “Leave a Comment” and then I copied all the subsequent [content-xxx.php] files there and likewise changed “Leave a Reply” to “Leave a Comment”.

    What else am I missing or doing incorrectly to cause this not to work?

    Thank you for all your wonderful help and support!
    Anne
    http://www.lifewithwiggles.com

    P.s. – I recently upgraded my site to 3.4.1 to help support your great team of designers (and support staff! :-).

    #107978
    Mahesh
    Keymaster

    @kayaker4157: May be a caching problem. I tried the same with the child theme on our server and it is working fine. Let me know further.

    Regards,
    Mahesh

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Center Menu’ is closed to new replies.