Change Service portal header menu size [height]

abuthahir
Tera Expert

I have cloned the stock header and did some customization accordingly. I am unable to change the height of the header. Any leads.?

find_real_file.png

7 REPLIES 7

RudhraKAM
Tera Guru

Hello Abu


go to   service portal -header and footer section and open the header used for your portal


in   the CSS section  


there is a


.navbar {


            font-size: 74px;   ( add this line inside the braces and change the height to your requirement )


}




Mark it correct if its helpful


Rushit Patel2
Tera Guru

add class



.navbar{


min-height:80px;


}



or any other value as per your design.



(please mark helpful/like/correct if it helps)


Hi Rushit,


I managed to change the height. But, the menu items are remaining same size. Any suggestions please.?



find_real_file.png


add font-size property to update font size.



so your class would look something like this.



.navbar{


font-size:10px;


min-height:50px;


}



change values as you like.



(please mark helpful/like/correct if it helps)


      font-size: 1;