Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1166762

    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

    #1167110

    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

    #1167171

    Excellent!
    Thanks Rikard

    #1167251

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.