XF 2.1 Height of the header area

Bram

Well-known member
I love Xenforo 2 but a few default options of XF1 seem to have vanished or I overlook them. Where do I adjust the height of the header? I need to insert a leaderboard ad and need a bit more space.
 
There is no fixed height in XF2 - it automatically adjusts based on the logo.

You should be able to wrap your ad in a div with a specified height.
 
If you want to adjust the whole header try:

Appearance > Style Properties > Header And Navigation > Header/logo row....

In the "Freeform CSS/LESS code" box type in:

CSS:
height: 200px;

Change the 200px to the height you want and save.
 
Top Bottom