Archived topic
Mobile menu partially covered
7 replies · Started by Kaleem on July 2, 2017
hi, my mobile menu container seems to be align to right side, so it makes part of the menu hidden. please i need your help, thank you in advance!
Hi there,
Can you link us to the page? Thanks!
ok sir. TAJForum.com
You have this CSS added:
.nav-aligned-center.nav-above-header .main-navigation, .nav-aligned-center.nav-below-header .main-navigation {
text-align: center;
margin-left: 32px;
margin-right: 31px;
}
oh ok, so what should i do to maintain the design?
Wrap it like this so it's desktop only:
@media (min-width:769px) {
.nav-aligned-center.nav-above-header .main-navigation, .nav-aligned-center.nav-below-header .main-navigation {
text-align: center;
margin-left: 32px;
margin-right: 31px;
}
}
More info here: https://generatepress.com/forums/topic/how-do-i-search-for-my-previous-posts/#post-263744
thanks for your help!
No problem!