Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #877238

    Hello,

    I would like to have menu items in the center. I removed logo by quick css:
    .logo { display: none; }
    and now I need to alignment the menu items on the center. Is any quick css for that?

    I have tried to use with any values of percentage, but still not working.
    .avia-menu.av-main-nav-wrap {
    left: -50%;
    }

    Can you help me please?

    Thanks

    L.

    #877296

    Hey ladislavhrabal,

    Please provide a link to the page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #877413

    Hey Jordan,

    And I have one more question, why is the item menu “Fotogalerie” underlined? How can I make same color as other items?

    Please let me know

    L.

    #877859

    Hi,

    The menu now looks centered to me. Did you still need help with that issue?

    Best regards,
    Jordan Shannon

    #877991

    Hi,
    Yes, I still need help.
    On a different resolutions it looks deferent. On wide screen you can see it better.
    Still it is not in the center.

    Any ideas?

    L.

    #878069

    Hi,

    Do you still have this css running?:

    .avia-menu.av-main-nav-wrap {
    left: -50%;
    }

    Best regards,
    Jordan Shannon

    #878076

    Hi,
    no, its not running.

    #878082

    Hi,

    Try adding the following to quick css:

    
    .main_menu{
    left:1%!important;
    position:relative!important;
    }

    Best regards,
    Jordan Shannon

    #878093

    Still the same problem, if I will change the percentage value I think I can fix it on wide screen. But when I will display it on regular screen the menu items will not be in the center.
    L.

    #878098

    Hi,

    In that case it may be a matter of tailoring the % to fit different screens using media queries within the css.

    Best regards,
    Jordan Shannon

    #878312

    Hi,

    ok, I will try that.

    Thanks for your help and time.

    L.

    #878715

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #878729

    Hi,
    I have one more problem mentioned above with underlined menu item.
    When I am at homepage http://test.budvidetnawebu.cz/wp_/ I have “underlined” menu item “Fotogalerie” as seen at this screenshot: https://prnt.sc/hcclds
    Why is that?
    And if you cklick to “Skupiny” the underline is moved to “language switcher”
    I really dont understand what is wrong.

    Any ideas?

    Thanks

    L.

    #879193

    Hi,

    So you would like the underline removed completely?

    Best regards,
    Jordan Shannon

    #879205

    Hi,

    not exactly.
    If the mouse hover on a title then display the underline.
    And display underline on menu items of the current visited page.

    thanks

    L.

    #879227

    Hi,

    First add this to quick css to remove the underline:

    
    
    #menu-item-29 .avia-menu-fx{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #879244

    I got it, now its displayed only on mouse hover – fine.
    thanks

    #879248

    Hi,

    Did you need additional help?

    Best regards,
    Jordan Shannon

    #879252

    Yes, please.
    I need underlined actuall visited page, is it possible?

    L.

    #879361

    Hi,

    Try this with quick css:

    .current-menu-parent{
    text-decoration:underline;
    }

    Best regards,
    Jordan Shannon

    #879439

    Hi,

    ok, we can close this ticket.
    Thank you very much for your help and time!
    See you on another ticket :-)

    L.

    #879786

    Hi L,

    Glad to hear that and thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘Menu items alignment to center’ is closed to new replies.