THEMEHALL
  • Omega
  • Cart
  • Support
  • My Account

Menu Items

Home › Forums › General Forums › Menu Items

Tagged: Center Menu, Menu Items, Navigation

  • This topic has 3 replies, 3 voices, and was last updated 12 years, 4 months ago by han.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • December 21, 2013 at 7:44 pm #1331
    purejennahtrading
    Participant

    I want my menu items to be centered not to begin on the left. I want it centered to the page. What is the coding for that? I’ve tried adjusting the navigation code from -inline-block to center. Etc. Is this adjustable?

    December 26, 2013 at 1:42 am #1364
    han
    Keymaster

    Go To Appearance > Customize > CSS and drop this code

    .omega-nav-menu > ul {
        text-align: center;
    }
    January 4, 2014 at 8:44 pm #1384
    DorothyBatts
    Participant

    To piggyback on Purejennahtra’s question: I wanted to change my alignment as well, but to the right and this didn’t work for me when I replaced “center” with “right”. I don’t just want to right-align the text, but the whole navigation menu block itself. How do I accomplish that?
    Thanks.

    January 7, 2014 at 2:49 am #1412
    han
    Keymaster

    Can you try this

    .omega-nav-menu, .omega-nav-menu > ul {
        text-align: right;
    }
  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)

You must login to reply to this topic.

Copyright © 2025 THEMEHALL.

  • Terms of Service
  • Resources
  • Blog
  • Support
css.php