• Resolved born61

    (@born61)


    hello,
    I have a little problem: I installed the latest version free and positioned the button menu to the right . the slide effect ( Appear from ) Horizontal you can ‘ lean to the right or left, instead the vertical slide effect is always leaning to the left, you can not’ place on the right as the button .
    thanks

    https://wordpress.org/plugins/responsive-menu/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi born,

    Im not sure I understand your question correctly.

    Can you please provide a URL and let me know how to recreate the issue so I can check?

    All the best

    Thread Starter born61

    (@born61)

    in the plugin option…..
    section menu >> animation:
    if I choose Appears From = top

    the slide effect is always placed on the top-left margin
    I would like to place it on the top-right margin

    thanks

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hey born,

    Do you have a URL so I can take a look and advise?

    The top animation does default to the top left as usually the top animation is used with 100% width menus so is not an issue but there is probably a simple CSS override you can apply but I need to see the site first before I can advise.

    All the best

    Thread Starter born61

    (@born61)

    this is my test
    http://wpdev2.altervista.org/
    the vertical effect of the slide should stay to the right as the button

    thank you very much

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi there,

    Please add this to your theme CSS in that case:

    #responsive-menu-container {
    left: auto !important;
    right: 0 !important;
    }

    All the best

    Thread Starter born61

    (@born61)

    perfect! just what I wanted
    thank you very much

    Plugin Contributor responsivemenu

    (@responsivemenu)

    You are welcome! 🙂

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘menu animation’ is closed to new replies.