• Resolved jfsurbano

    (@jfsurbano)


    Hi, I want to lower the positioning of the main menu panel because it is currently covering the logo of my website.

    I have tried adding margin to the menu links which works but i’m not too sure where i can apply that.

    On Inspector, I found this line of code:
    <ul class="mega-sub-menu" style="width: 1371px; left: -146.656px;">

    If I add margin-bottom: 32px then my problem is solved.

    But when I go on Customize > Additional CSS and create a new CSS rule:

    .mega-sub-menu{margin-bottom: 32px;}

    nothing seems to happen.

    Any assistance on how I can do this through CSS or from the Max Mega Menu WP panel will be greatly appreciated! ??

    • This topic was modified 3 years, 6 months ago by jfsurbano.
    • This topic was modified 3 years, 6 months ago by jfsurbano.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi jfsurbano,

    Depending on how your header is set up, you can also try increasing the Menu Height in the theme editor.

    I think you’ll need to add “!important” to your margin-bottom rule for it to override the default value.

    Regards,
    Tom

    Thread Starter jfsurbano

    (@jfsurbano)

    Hey @megamenu , that solved my problem. Thank you very much! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move the panel lower’ is closed to new replies.