• Resolved tspack

    (@tspack)


    I am trying to get the menu to be full width and have failed. I am using the theme Divi.

    I have “body” as outer width and “.container” as inner width. I tried using the MMM Divi child theme, but that didn’t seem to make a difference aside from aligning the menu to the right. (I’d rather not do the child theme, if at all possible.)

    Help?

    https://operationalintelligencellc.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi tspack,

    To make the menu full width please add this custom CSS to your theme:

    .et_header_style_centered nav#top-menu-nav {
        display: block !important;
    }
    .et_fullwidth_nav #main-header .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    Regards,
    Tom

    Thread Starter tspack

    (@tspack)

    That worked! Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Full width menu – divi’ is closed to new replies.