Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #804054

    I need help in centering my menu text as well as customizing the separators between them. It currently says I’m using large separators but as you can see, they’re not showing up at all. I’d like to be able to edit the color as well.

    Thanks!
    Menu help

    #804107

    I will say that I tried this code:

    .html_header_top.html_logo_center .main_menu ul:first-child {
    width: 100%;
    }
    .av-main-nav > li {
    width: 16%;
    }

    Unfortunately, it pushed one of my long titles to a 2nd line which is now off of the menu bar completely. Any ideas?

    #804315

    Hi,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #804545

    Thanks Rikard – Here’s the link!

    #804864

    Hi,

    Thanks for that, though I’m not sure I understand what you are looking to achieve, could you post a screenshot with your desired results maybe? If you are looking to have the menu centered then I think it will be difficult since you will have to set the width of each menu item individually. That will likely cause you problems in the future as well if you need to add/remove menu items.

    Best regards,
    Rikard

    #805139

    Sure. So my current menu bar is centered, which I’m fine with. The only concern is that the “Global Challenges & Mega Trends” section, is being pushed into 2 lines where the 2nd part (the words “Mega Trends”) is not displaying on the actual menu.

    Similarly, I want to use separators in the menu but while they are turned on, they’re not showing up. They aren’t even showing up when I don’t use the code to center the menu.

    I’m attaching a photo to show what I mean.

    menu
    http://tinypic.com/r/1zzjpjo/9

    • This reply was modified 6 years, 10 months ago by varshabi.
    #805873

    Hi,

    Ok, thanks for the feedback. Let’s try to fix the first problem first, please try this in Quick CSS to remove the padding from the menu items:

    .av-main-nav > li > a {
        padding: 0 !important;
    }

    Best regards,
    Rikard

    #806102

    It moved the word “Mega” but “Trends” is still off the menu.

    #806656

    Hi Rikard,

    Any other suggestions on how to solve this? Thanks!

    #807356

    Hi varshabi,

    IS that what you were aiming for? Or is there still something to be fixed?

    Best regards,
    Victoria

    #807583

    Yes, I managed to fix it with some coding trial and error, thanks! You can close this.

    #807809

    Hi,

    Great, thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Centering Menu Text & Editing separator between menu items’ is closed to new replies.