Archived topic
Image before site title
7 replies · Started by Bernhard on January 16, 2023
Viewing posts 1–8 of 8
Hi there,
I want to place an image before the site title on the site https://www.zhannastankovych.eu/
How can I do this?
Hi there,
Can you try adding a site logo first?
https://docs.generatepress.com/article/adding-header-logo/
OK, logo inserted.
I'm not seeing it.
Can you clear and disable your caching plugin first while we are helping?
I hope you can see it now. I cleared also the Cloudflare cache.
Try this CSS:
@media (min-width: 769px) {
.inside-header .site-logo {
order: -1;
}
}
OK, thank you :)
No problem :)
This archived topic is closed to new replies.