Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1429039

    Hi, I might have to use this three column mega menu on https://dtpc.wpenginepowered.com/ — is there a way to let that span the full width of the site/layout, rather than being constrained by the 9 unit width, I guess? Thanks!

    #1429116

    Hey sky19er,

    The site you linked to seems to be password protected, please post login details in private.

    Best regards,
    Rikard

    #1429156

    Sorry about that — here you go…

    #1429171

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #av-burger-menu-ul li.menu-item-86 {
      display: flex;
      flex-wrap: wrap;
    }
    
    #av-burger-menu-ul li ul {
      display: flex;
      flex-flow: column;
      flex-grow: 1;
      width: 33%;
    }

    Best regards,
    Rikard

    • This reply was modified 10 months, 3 weeks ago by Rikard.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.