Hi,
Try adding this to your custom css box in Theme Options > Advanced Settings:
@media (min-width: 992px) {
.col-md-8.kad-header-right {
width: 100%;
}
}
You then may want to decrease your menu spacing in Theme Options > Main Settings.
Hannah
🙁
Thank you for your quick answer but No It didn’t change the position of the menu
I would like to have the menu aligned in the center of the page …
I’m not seeing the css in your code. Did you add it to your theme options? Try clearing your cache after adding it.
Hannah
Yes, I add it,
I hit the customize and I added it in the advanced section.
And I cleared the cache too.
Navigate to Appearance > Theme Options > Advanced Settings and paste it in the custom CSS box there. Does that work?
Hannah
Yes.
I did it,i paste it there , I cleared the cache but the menu is still on the left…
Add this css:
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation {
text-align: center;
}
Hannah
Yesss
Thank you very much.
It worked.
I appriciate your time and patience