Archived topic
Logo does not render with Katka finance theme
7 replies · Started by alain on April 19, 2019
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!
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 :)
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.
Hi there,
Any chance you can update your URL? It looks like it expired.
Let me know :)
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;
}
Thanks a lot Tom! It worked wondefully.
You're welcome :)