From ad8fe92ceb59a6908fc0c7f1150686c3dc29fc7d Mon Sep 17 00:00:00 2001 From: harry Date: Sun, 28 May 2017 23:37:18 +0530 Subject: [PATCH] Update vertically align right menu docs! --- docs/pages/menu.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/docs/pages/menu.md b/docs/pages/menu.md index 3578d6ff3..0d9f37e5b 100644 --- a/docs/pages/menu.md +++ b/docs/pages/menu.md @@ -117,7 +117,7 @@ Items can also be set to expand out and take up an even amount of space, with th ## Vertical Menu -Add the `.vertical` class to a Menu to switch its orientation. +Add the `.vertical` class to a Menu to switch its orientation.

Watch this part in video @@ -136,6 +136,39 @@ Add the `.vertical` class to a Menu to switch its orientation. ``` +
+ +Add `align-right` class for making the vertical menu aligned to the right. + +```html_example +

+``` + +
+ +Add `align-center` class for making the vertical menu aligned to the center. + +
+

+ The above vertically left & right aligned menu are supported in all types of menu's.
+ But as we don't think `align-center` is useful for dropdown, accordion or a drilldown menu, we have just kept it on basic menu only. +

+
+ +```html_example + +``` + --- ## Simple Style -- 2.47.2