PEP

Registered
I have added a logo to the dark style but i have padding above and below it, how do i remove this padding. In the “basic options” i see the padding for text logo but not for graphic logo.
 
XF adds some padding by default to the header area. You can add this to your extra.less to reduce/remove it:

Code:
.XenBase .p-header-content  { padding-top: 0; padding-bottom: 0; }

Let me know if that helps.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back