• gwp84

    (@gwordpress84)


    Hi there,

    I have tried to increase arrow indicator drop down size with CSS but when I increase it the arrow position is strange on mobile (doesn’t align right of menu).

    What is the best way to increase the size of the arrow indicator in max mega menu? It is ok on desktop but too small on mobile.

    Thanks!

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

    (@megamenu)

    Hi gwp,

    Please go to Mega Menu > Menu Themes > Custom Styling and add the following:

    @include mobile {
        #{$wrap} #{$menu} li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
            font-size: 30px;
        }
    }

    Regards,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘How can I increase arrow indicator size without affecting mobile arrow placement’ is closed to new replies.