How do i decrease padding on logo in header - brooklyn theme

my current logo has increase of padding , how do i decrease this ?

1 Like

@7kingodmsla

nav.grid__item.large--two-thirds.large--text-right.medium-down--hide {
    position: relative !important;
    top: -42px !important;
}

Add this code in the bottom of theme.scss file,

2 Likes

Hi @7kingodmsla ,

You can request your designer edit padding for this image again .

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.

thank you :folded_hands: