My header currently looks like this:
I’d like the empty space above and below the logo to be smaller. For context I am using the prestige theme.
If you have an ideas on how to do this, please let me know
Thanks
Just tell me here
Hi @Matthew114
You can do that by adding this code to Custom CSS of Header in Online Store > Themes > Customize. Change 1.5 in the code to a value that fits your request.
.header__logo-image {
transform: scale(1.5);
}