Having both, Logo and Headline in the header

Hi Pixova Support Team, you havent heard from me in a while, so i thought id come up with a new issue :slight_smile:
I have finally gotten a logo for us, but i can only choose between having the logo in the header or the text, is there a way so i can have both? So the logo 1st and next to it the text? Also the space above and below the logo is quite wide, so the header gets unneccessarily big and leaves the logo rather small in comparison.

Hello there,

I hope you are doing well today.

  1. The theme does not have the option to dis[lay both the logo image and the name.

  2. Could you please provide a link to your website so that I can inspect it and test out some CSS solutions?

Best Regards,
Support

Sure! Here you go:
URL: InnCider
Name: Chris
Password: WYgiZ}P$gWyD

Thanks a lot :slight_smile:

Hello there,

You can use the following CSS code to reduce the space above and below the logo by going to Appearance > Customize > Additional CSS and pasting it there.


/*Space reduction above and below logo*/
.header {
    padding-top: 10px;
    padding-bottom: 10px;
}

Best Regards,
Support