Keep Site Title and Header Image

Hello. I’ve uploaded a Header Image which includes my sites title but I’m not happy with the quality of the image, especially the lettering. I tried adding an .svg file but it takes over the whole page and shifts the navigation bar around. So…

The theme allows either a Header Image or the Site Title, not both. Is it possible to add a Header Image and retain the Site Title side by side?

Thanks.

Hi @ianstenning,

I hope you are well today and thank you for your question.

You can try achieving this by using the attached custom child theme of Sparkling theme that contains some custom code.

Best Regards,
Movin

Hi Movin! Thanks for the reply however the logo and site title don’t appear next to each other as I had hoped for. See… http://enjoyplantpower.com/

Is it possible to keep them together and level with the Home & About to the right?

Many thanks,
Ian

You can display them together in one line by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

#logo .site-name,
#logo a {
    float: left;
}