Archived topic
enlarge logo on sticky menu
3 replies · Started by Gonzalo on May 20, 2019
Viewing posts 1–4 of 4
Hi there!
how I can enlarge logo on sticky menu?
to scroll down, I add a logo image in custom theme. This logo must float, like original logo page:
http://prntscr.com/nr0e44
I would like the same style in sticky menu.
I have this custom css:
.navigation-stick .navigation-branding {
margin: 0;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.navigation-stick .main-nav {
width: 100%;
}
.site-branding,
.site-logo {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 200;
top:5%;
}
Best regards
Hi there,
Can you activate the sticky navigation first?
Let me know :)
Hi Leo, it' s activate!
Try this:
.has-sticky-branding .navigation-branding img {
height: 120px !important;
}
This archived topic is closed to new replies.