• Resolved lex12

    (@lex12)


    Hi there,
    since the last update I’m having some issues with the plugin. Some I solved myself, but maybe you could help with one I couldn’t.
    How can align the submenu arrows with the menu text? Right now it’s not right anymore.
    And is there a way to have the closing icon (cross) in one line with the arrows?

    Thanks a lot and all the best
    Alex

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @lex12,

    Can you add the code below to the custom css option?

    .mob-expand-submenu i {
        top: 0px!important;
    }

    Clear the cache and try again.
    Let me know the result.

    Thread Starter lex12

    (@lex12)

    Hi Rui,
    I tried your coding but unfortunately it didn’t work right. I had to change the px from 0 to 25px to get the right lining since the first line “blog” has no submenu. And if I do so I can’t click every submenu item anymore. There is just every second arrow clickable.
    Any other idea ;-)?
    All the best

    Plugin Author Rui Guerreiro

    (@takanakui)

    I didn’t notice that the Blog menu item didn’t had any submenu.

    Can you try this one instead?

    .mob-expand-submenu {
        margin-top: -40px!important;
    }
    Thread Starter lex12

    (@lex12)

    Dear Rui,
    sorry for my late reply. The kids were sick… so your last coding worked perfectly! Thanks a lot!
    And all the best for you
    Alex

    Plugin Author Rui Guerreiro

    (@takanakui)

    No problem. I know the feeling, hope they are better now.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Submenue arrows are not aligned’ is closed to new replies.