[SAAS] How to decrease the height of the top bar?

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
diegoarantes
Posts: 8
Joined: 26 Mar 2014, 21:02
Location: Brasil

22 Dec 2016, 02:51

I would like to lower the height of the top bar to 55px.

Do you have any SAAS variable ?

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

22 Dec 2016, 13:52

Do you have any SAAS variable ?
- No, please try;

Code: Select all

.topbar { // line 41
   ...
   height: 55px; /* instead of 75px */
   ...
}
You need to change height of logo panel and top of left menu;

Code: Select all

.topbar-left { // line 58
   ..
   height:55px; /* instead of 75px(default) */
   ..
}

.layout-menu-container { // line 107
   ...
   top: 55px /* instead of 75px(default) */
   ..
}
Finally, you need to change panels of profile icon, settings icon etc. and panel of topbar-items on mobile mode.

Code: Select all

> ul { // line 607
   ...
   top: 37px; /* instead of 57px */
   ..
}

.topbar-items { // line 916 
  ..
  top: 55px /* instead of 77px */
  ..
}

Post Reply

Return to “Poseidon - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 10 guests