Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #507572

    Hello,

    I am looking for a solution to have a ‘mega menu’ pagewidth (even if only 2 columns are used).
    I have a transparent header and would like to have the subnavigation directly below the navigation. Now there is a space between.

    Thanks

    Erik

    #507696

    Hey Erik!

    Can you please post the link to your website and a screenshot showing the changes you would like to make so we can make sure that we are on the same page?

    Cheers!
    Yigit

    #507714

    Hi Yigit,

    This is our website http://retailboxplus.nl/retailbox/. Mega menu is under “Retailbox”
    The example with a page-width sub navigation is here under ‘solutions’

    Thanks again

    Erik

    #508432

    Hi!

    you can control space between mega menu and main menu with this code:

    #top #header.av_header_transparency .avia_mega_div {
    margin-top: -24px;
    }
    

    and for making it wider, add width value into the code as well:

    #top #header.av_header_transparency .avia_mega_div {
    width: 830px;
    }
    

    Regards,
    Andy

    #508444

    Hi Andy,

    Thanks. That is exactly what I was looking for.

    One more thing. Is it possible to have some kind of transparency (50%) of the Mega menu.

    Thanks again

    Erik

    #508701

    Hi!

    You can use the below css to change the transparency of the mega menu background:

    .header_color .main_menu ul ul {
        background-color: rgba(158, 157, 157, 0.5) !important;
    }

    Best regards,
    Dake

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