How to decrease the height of the site header in Testament theme

Hi everyone,

I am having trouble locating the CSS class to define the height of the site header. I am using the Testament theme. How can I decrease the height? Thanks.

1 Like

share your store url

@sdingle

Please share your store URL.

https://burntoutcandle.shop/

https://burntoutcandle.shop/

Any ideas?

Let me check @sdingle

@sdingle check this https://prnt.sc/19sdw27

go to theme → actions → Edit code Search for stylesheet.css → on the end of the file add the code below.

div#hello br {
    display: none;
}
#logo img {
    max-width: 150px;
}

Let me if any issues.

If you are not technical add my email as a staff action, I will help you.

1 Like

Hi Anthony

I’m also curious on how I can reduce the head width so that there isn’t a huge gap between the logo and the search bar?

I’m struggling to add this code where needed.

Thanks

Luke

What’s your store url?

Thanks