• The variant background on my top menu using Mega Menu is not full width. When I am in WP-Admin and do a preview it appears in full width, but on any browser when not logged in as an Admin and simply viewing as the public, the menu background is not full width.

    https://www.coreteamlending.com

    I am using the Quode Bridge theme. What code and in what area is needed to correct the display to full width for the menu background?

Viewing 1 replies (of 1 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi supreme,

    Please can you:

    1: Go to Appearance > Customize > Additional CSS and paste in the following:

    header {
        background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.34));
    }
    body header.sticky .header_bottom {
        background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.34)) !important;
    }
    header .header_inner_right {
        height: 1px;
    }

    2. Go to Mega Menu > Menu Themes and set the menu background to transparent.

    3. Go to Appearance > Menus and disable the Sticky option in the Max Mega Menu settings (the theme is already sticking the whole header including the menu, so there is no need to have MMM sticking the menu as well)

    I notice you have the Pro extension installed. If you have any more questions, please get in touch through https://www.maxmegamenu.com/support/

    Regards,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘Background Top Menu Full Width’ is closed to new replies.