[Resolved] Logo does not render with Katka finance theme

Home Forums Support [Resolved] Logo does not render with Katka finance theme

Home Forums Support Logo does not render with Katka finance theme

  • This topic has 7 replies, 3 voices, and was last updated 5 years ago by Tom.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #873830
    alain

    Hi!
    I am using the katka finance theme. is there any possibility to access the primary navigation bar in order to widen it cause the logo I am uploading right now does not render properly (to small regardless of the size)? Could someone help me fix this please? Many thanks!

    #873866
    Leo
    Staff
    Customer Support

    Hi there,

    Katka is using the navigation logo so make sure you update that one:
    https://docs.generatepress.com/article/navigation-logo/

    Let me know if this helps πŸ™‚

    #874485
    alain

    Hi Leo,

    Thanks for your response. I have followed the instruction but my logo is still not floating outside the contener: actually a portion of it is hidden behind the header.

    I have Uploaded my logo to Navigation Logo.
    I have Set the Navigation Location to Above Header.
    I have Set the Navigation Alignment to Left.
    I have Set the Navigation Logo Position to Sticky + Static.
    I have Removed the header that is no longer used using the Layout Element module.

    Then I have used the css provided.

    I don’t know what I am missing here…

    I really need some help! Thanks.

    #874583
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Any chance you can update your URL? It looks like it expired.

    Let me know πŸ™‚

    #874800
    alain

    Hi Tom!

    Here is my url:

    http://28fa4856.ngrok.io/

    Thanks a lot for your help!

    #875010
    Tom
    Lead Developer
    Lead Developer

    Right now, you have this CSS:

    .main-navigation .site-logo.navigation-logo img {
        height: auto;
    }

    Instead, try this:

    .main-navigation .site-logo.navigation-logo img {
        height: auto;
        z-index: 99;
    }
    #875037
    alain

    Thanks a lot Tom! It worked wondefully.

    #875158
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

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