Center Align Navigation Menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #410
    Anonymous
    Guest

    Hey,

    Is there anyway to center align the navigation bar in the theme?
    Tried modifying the skeleton code but all I seem to be able to center align is the drop down menu words.

    Thanks
    Phil

    #1035
    admin
    Participant

    Hello,

    Is there anyway to center align the navigation bar in the theme?

    It is not simple to center the menu with simple text-align: center.
    However, i am going to forward it to our developers, so it might be possible that this feature will be added in the incoming version.

    Thanks

    #1036
    Anonymous
    Guest

    Thanks, really appreciate it.

    #1037
    emcham
    Participant

    I would also greatly like to know how to do this. Thank you so much.

    #1038
    admin
    Participant

    Hello,
    Please follow the simple steps to center the Prana menu,

    – Go to `Appearance > Prana Options > Extend Settings`
    – Use the following CSS Code Snippet.

    .menu {
    text-align: center;
    }[/CODE]

    Thanks[CODE].menu {
    text-align: center;
    }[/CODE]

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.