This topic has 7 replies, 3 voices, and was last updated 9 years, 3 months ago ago by Jack Richardson
Hi, how do I disable the toggle/appearance of the menu in the fixed top navigation bar? I’d actually like the menu to be to the right of the smaller logo image and the logo image aligned to the left 🙂
Hope this is possible…
Thx.
——————————————
“sticky logo” page1 page2 page3…
——————————————
Hello,
Try to use this code in 8Theme Options > Typography > Custom CSS > Global Custom CSS:
.header-logo {
float: left;
}
.fixNav-enabled .fixed-active .menu-wrapper {
max-height: 100%;
float: left !important;
margin-left: 200px;
margin-top: -60px;
}
Regards,
Eva Kemp.
Hello, I tried to use that code and it’s almost doing the job 🙂 but it’s as if the fixed logo doesn’t align all the way to the left: bling.getajour.dk
Also, the main logo moved to the left 🙁
I changed
float: left !important;
to
float: right !important;
which made the menu better but the fixed-logo is still almost in the middle?
Hi, I would be very grateful if you could answer prior to my meeting with the client in 11 hours 😉 thx.
Hello,
Please try to use this code too:
.fixNav-enabled .fixed-active .tbs.blog-description {
display: none;
}
Best regards,
Jack Richardson.
Wonderful, that worked 🙂
However, I changed the .header-logo to .logo-fixed
and that only moved the fixed logo and not the main big one.
Thanks for your assistance.
Best Jens
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘fixed navigation toggle effect’' has been successfully resolved, and the topic is now closed for further responses