Space above header image
-
Im using the canard theme and I want to add the header image as the site title (a logo that I created) but when I do, and I deselect the header text, there is a large empty space where the header text would normally be. How can I remove this space in order to have the header image that I use be in place of the site title?
P.s. I have added the same image as a logo but it displays too small and I prefer the larger header image.
The blog I need help with is: (visible only to logged in users)
-
Hi sfascha – I’ll ask our developers to have a look at this and we’ll keep you posted here.
In the meantime, if you’d like to remove that space above the custom header, you can add this to your custom CSS:
.site-branding { display: none; } -
Thank you @kathrynwp. It worked although there is still a line and a bit of space above it, can that be removed as well? Thanks again, and sorry for all the questions.
-
You can try removing the line and extra space with this custom CSS:
.header-image { border-top: none; padding: 0; } -
-
I know it’s been a little while, but I just wanted to let you know that this issue should be fixed in the theme now. Thanks for your patience!
-
-
- The topic ‘Space above header image’ is closed to new replies.