Hi
I’ve used CSS to allow my logo to overlap the page content. On posts though, this causes a problem with my post title – see https://beautifullaos.org/2019/12/17/new-museum-and-website-for-xieng-khouang
Can I stop the logo overlap on posts only? Or put in a smaller logo only for posts?
Thanks
Hey jwencke,
You would likely need to remove !important from the code you added, then try this to have a different height on single post pages:
.single-post .logo img {
max-height: 100px;
}
Best regards,
Rikard
Excellent!
Thanks Rikard