Archived topic
have my logo stand out or float when centered in navigation menu
28 replies · Started by Patrick on April 21, 2017
That's strange, it seems to be working perfectly for me. Can you try clearing your browser cache?
clear cash worked out. Never though of that. Thank you so much!!
Am so amased by your presence and speed to give us support.
Have a good one.
Awesome! Glad I could help :)
Hello last detail for mobile menu i tried css below to turn my centered navigation logo with no success have any advice on how i could do it
thx
.mobile-menu .centered-navigation-logo {
display: none !important;
}
Make sure the second logo has the same hide-on-mobile and hide-on-desktop classes as the first logo.
on desk-top ?
i did take on-tablet off caus still looks good on tablet landscape. Is it ok
Ah, sorry! I meant hide-on-mobile and hide-on-tablet.
i did take on-tablet off caus still looks good on tablet landscape. Is it ok
but still i tried hide-on-tablet and it still appears on mobile.
the hide-on-tablet and hide-on-pc work perfectly but the hide-on-mobile seams to have no effect
would this hide the mobile menu so i can use my own custom
.main-navigation .menu-toggle {
display: none !important;
}
thx again for your time
Yup that should work to hide the mobile menu - give it a shot.
If not this should work as well:
@media (max-width: 768px) {
.main-navigation {
display: none;
}
}
thx alot for your great service
Glad we could help :)