XF 2.0 Padding around the logo image

Jens1986

Active member
Hi

I would like some padding above and below my logo image on non-mobile view. Where do I add that? I cant seem to find it...
 
You may have to just add something like this to your extra.less mate and change to your needs.
Code:
.p-header-logo.p-header-logo--image img {
margin-top: 5px;
margin-bottom: 5px;
}
Im not sure if you want more or less space. If its less space you would go -5px
 
You may have to just add something like this to your extra.less mate and change to your needs.
Code:
.p-header-logo.p-header-logo--image img {
margin-top: 5px;
margin-bottom: 5px;
}
Im not sure if you want more or less space. If its less space you would go -5px
Thank you very much for this, Jordyn. 👍 :)
 
Top Bottom