• Resolved djmichaud

    (@djmichaud)


    I am a FREE user. I have the main navigation menu programmed to perform a “Mega Menu – Grid Layout”. The Panel Outer Width is set to 500px so that is will only create a drop-down starting at the Parent Menu Item and extend 500px. The problem is no matter what I assign to reflect the inner width is not working. I get a large right padding/margin that makes the text titles wrap.

    The page I need help with: [log in to see the link]

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

    (@megamenu)

    Hi Dj,

    Usually you would only use the Inner Width when the Outer Width is set to a jQuery selector.

    Instead of using a fixed value for your inner width (e.g. 400px), can you try setting the Panel Padding (Right and Left) to 50px? That would effectively give you an inner width of 400px.

    Thread Starter djmichaud

    (@djmichaud)

    Thank you for the reply. I figured out the “problem”. It was the column width causing the problem. Once I started experimenting with the 12 columns offered, I realized that adding/subtracting the columns on the menu page was fixing my margin issue.

    Now that I have your ear, I have one other issue. I am using a HOME ICON and a SHOPPING CART ICON in the menu. The icons are SO SMALL that are barely recognizable. I am using the free version of Mega Menu. Is there a way to increase its size a little?

    I a volunteering all my time and resources. It is my understanding that my problem can be fixed using the PRO edition with a custom icon. Look at the website, https://www.parkinsonswm.org, to see what I am referring to… Thanks!

    Plugin Author megamenu

    (@megamenu)

    Hi Dj,

    I can see Trevor has already helped you with this. Here is the CSS required if anyone else needs it:

    #{$wrap} #{$menu} > li.mega-menu-item > a.mega-menu-link:before {
      font-size: 20px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Panel Inner Width not responding’ is closed to new replies.