1-Visitor
June 25, 2019
Solved
Align menu horizontal right in flexcontainer
- June 25, 2019
- 1 reply
- 2496 views
I found a solution while playing around with the browser webdebugger.
You can define a custom css like this:
.rightalign div div
{
float:right;
}
And than add "rightalign" to your menu as custom class. In this case the float:right will be given down to the div around the list/menu items.

Hope this helps someone else too 🙂
Thanks for your support.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.