From 7287d51f713bda9626498278acd85f5c975faec2 Mon Sep 17 00:00:00 2001 From: nikitasol Date: Mon, 3 Aug 2020 23:25:08 +0200 Subject: [PATCH] Required so that the items inside the menu are also center aligned --- scss/components/_menu.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/components/_menu.scss b/scss/components/_menu.scss index 4d67cf68..e59bf9e8 100644 --- a/scss/components/_menu.scss +++ b/scss/components/_menu.scss @@ -70,6 +70,10 @@ table.menu.text-center a { width: auto; } +.menu[align="center"] tr { + text-align: center; +} + // Remove outside padding so that the menu aligns with other elements on the page .menu:not(.float-center) { .menu-item:first-child{padding-left:0!important;} -- 2.47.2