• Resolved stianand

    (@stianand)


    How can I get my mega menu to 100% width? It’s currently at about 90%. Missing about 5% on both sides to cover the entire width of the site. I’m using Astra.

    Thanks

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

    (@megamenu)

    Hi stianand,

    It sounds like Astra is adding 5% padding to either side of the row that contains the menu. Therefore you will need to override the theme CSS to remove that padding. If you’d like me to take a look, please post a link to your site.

    Regards,
    Tom

    Thread Starter stianand

    (@stianand)

    Hi.

    This is the site

    It’s still under construction, but you’ll be able to see the menu.

    Thanks

    Plugin Author megamenu

    (@megamenu)

    Thanks. Please go to Appearance > Customize > Additional CSS and add the following:

    header#masthead .ast-container {
        padding-left: 0;
        padding-right: 0;
    }

    Regards,
    Tom

    Thread Starter stianand

    (@stianand)

    That worked perfectly!

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to get full width menu’ is closed to new replies.