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
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
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