Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1462137

    Hi,
    my Mega Menu looks like this at the moment.
    Navigation Menu
    I’d like to move Punkt 2 under Punkt 1 in the same row. Starting a new row is not an option, because there are more points in the navigation
    Thanks for your help
    Uli

    • This topic was modified 4 months, 1 week ago by Uli.
    #1462147

    Hey Uli,

    Could you post a link to where we can see the elements in question please?

    Best regards,
    Rikard

    #1462152
    This reply has been marked as private.
    #1462440

    Hi,
    Thank you for your patience, but the login to your site is not admin so we can’t see the theme or menu settings. but to have some items under like this:
    Enfold Support 6331
    you will need to use the This column should start a new row option:
    Enfold Support 6334
    if you have multiple menu columns like this:
    Enfold Support 6336
    you will need to drag the new row under those like this:
    Enfold Support 6338
    If you still have trouble, update the login to admin and we can help.

    Best regards,
    Mike

    #1462863

    Hi Mike,
    thank you for your response, I’d like have the Navigation lokk like this:
    Navigation
    Starting a new row, it looks like this:
    Navigation 2
    (2nd navigation point in our site)
    Hope it is clear
    When you log in our site, you are admin now.
    Kind regards for your help
    Uli

    #1462880

    Hi,
    Thanks, when I check your site I don’t see the same menu as in the screenshots above, so I assume that you wanted RED HAT LEARNING SUBSCRIPTION under Application Development
    So I moved RED HAT LEARNING SUBSCRIPTION under Application Development and used the description as a tile option and added the custom class mega_menu_title
    Please see the screenshot in the Private Content area, and check the site.

    Best regards,
    Mike

    #1462971

    Hi,
    thanks, this helps a lot. I’ve moved the item but I’m stil struggeling with the CSS. For the heading the following works:
    mega_menu_title heading-color av-special-font
    But I don’t get the bullet in the menu.
    Thanks a lot
    Uli

    #1463007

    Hi,
    I added this css to your Quick CSS:

    #top #header .avia_mega_div .sub-menu .avia_mega_text_block a {
        text-decoration: none;
        font-size: 12px; 
    }
    #top #header .avia_mega_div .avia_mega_text_block .avia-bullet {
        margin-top: 10px;
        left: -8px;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    #1463655

    Hi Mike,
    now on the desktop it looks perfect, anyhow on the mobile version it’s not perfect yet.
    Desktop
    Mobile
    Thanks again for your support
    Kind regards
    Uli

    #1463659

    Hi,
    Try adding this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #top #header #av-burger-menu-ul .sub-menu .avia_mega_text_block a {
        text-decoration: none;
        font-size: 13px; 
        font-weight: 400;
    }
    }

    Best regards,
    Mike

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