Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #593357

    Hello,

    I wondering it was possible to setup a sub menu that aligns items in a horizontal line and the background of the submenu would go across the entire page. Like this: http://i.imgur.com/2IKRkRN.jpg

    Thanks!

    #593364

    Hey Pappasdg!

    You can use Fullwidth Sub Menu element :)

    Regards,
    Yigit

    #593380

    you know how to activate custom class for alb elements? http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    then give a custom class to your sub menu like: “fullfill” and then add following to your quick css:

    .av-submenu-container.fullfill {
        background: #ddd
    }
    
    .fullfill .menu-item > a {
        background: transparent
    }

    the submenu container is the one stretched from one side to the other side (here i gave him a background color #ddd
    to get no background-color for the menu points set it to transparent

    #593384

    Hey Yigit!

    Where is that option at is it the same thing as the mega menu?

    Thanks

    #593385

    sorry Yigit – i thought you are right – and i believed that he know that. And he wants to color it like in his example

    Edit: the element is in your page/post editor at advanced layout builder (short: alb) (there are three tabs layout/content/media)

    and by the way you can set up as a sticky menu

    • This reply was modified 8 years ago by Guenni007.
    #593391

    Sorry I know what you mean now. I worded my question wrong. I am trying to have the it be a full width submenu on a drop down menu.

    #593974

    so you mean that mega-div sub-menu set on menu ?
    to set it to 100vw (100%screenwidth) is not the thing but the positioning is the thing here. on avis.js there is a calculation of the right positioning of that unit. – so please wait on a moderator – perhaps there is a possibility.

    #596405

    Hey!

    quite confusing to me and not sure what you are trying to achieve. Can you provide us an example of the result please?

    Regards,
    Andy

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