Archived topic
bug would be fixed after the last update, but this has not been fixed,
3 replies · Started by diedrich on March 15, 2021
hello, the below bug would be fixed after the last update, but this has not been fixed, is this correct ????
GREETING
DIEDRICH
======================
TOPIC
Off Canvas Panel for Mobile works perfect ,
sorry 2 problem ,
I have now in the menu also the hamburger menu (2 menu’s)
and how do I get the hamburger menu centered on mobile
can we fix that?
thanks David and Leo
diedrich streuper
http://www.davidbowieworld.nl
January 6, 2021 at 2:17 am #1607644REPLY
David
Customer Support
Yeah thats a bug – that will be fixed in the next update. Until then, add this CSS:
@media (max-width: 1125px) {
.main-navigation .menu-bar-items {
display: none;
}
}
Are you happy with our support? Yes No
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
January 6, 2021 at 4:57 am #1607810EDIT | REPLY
diedrich
Thank you David
centering the hamburger menu is also a bug?
diedrich streuper
http://www.davidbowieworld.nl
January 6, 2021 at 6:20 am #1607886REPLY
David
Customer Support
No – it simply matches the alignment from the Primary Nav.
You can use this CSS to center ir
@media(max-width: 1125px) {
.main-navigation .inside-navigation {
justify-content: center;
}
}
Are you happy with our support? Yes No
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
January 7, 2021 at 4:04 am #1609183EDIT | REPLY
diedrich
hi David
1 of 2 codes I had to use is not correct, I still have 2 menus in my menu bar
the other code is correct , can you help me ?
I have delete my cache/plugin inactive
===============================================================
Yeah thats a bug – that will be fixed in the next update. Until then, add this CSS:
@media (max-width: 1125px) {
.main-navigation .menu-bar-items {
display: none;
}
}
diedrich streuper
http://www.davidbowieworld.nl
January 7, 2021 at 6:54 am #1609625REPLY
David
Customer Support
Change this:
@media (max-width: 1125px) {
.main-navigation .menu-bar-items {
display: none;
}
}
to:
.main-navigation .menu-bar-items {
display: none;
}
Are you happy with our support? Yes No
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
January 7, 2021 at 7:13 am #1609644EDIT | REPLY
diedrich
hi David
it’s works fine
thank you very much and have a nice day
diedrich streuper
http://www.davidbowieworld.nl
Hi there,
I believe this was a GP Premium bug that is fixed in 2.0.0: https://generatepress.com/introducing-the-gp-theme-builder/
ok , thank you and have a nice day
greeting
Thanks, you too!