From 0fb56d14ab2ccf930f6abe52c73c7489dbf11f4e Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 15 Sep 2017 10:45:05 +0200 Subject: [PATCH] Align toolbar to center - on big screen --- skins/elastic/styles/widgets/toolbar.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/skins/elastic/styles/widgets/toolbar.less b/skins/elastic/styles/widgets/toolbar.less index 70a21b789..27701b136 100644 --- a/skins/elastic/styles/widgets/toolbar.less +++ b/skins/elastic/styles/widgets/toolbar.less @@ -533,6 +533,10 @@ .toolbar.content-frame-navigation { display: none !important; } + + #layout > .content > .header > .toolbar { + text-align: center; + } } @media screen and (max-width: @screen-width-small) {