Hello,
I’d like to have my primary menu to be on one horizontal line and centered in the middle of the page.
The website is www.ashleykalila.com
How can I get that?
I’ve been searching online for hours trying to figure this out without any luck!
Thank you!
movin
2
Hi @kalilalita,
I hope you are well today and thank you for your question.
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
ul#menu-navigation {
width: auto;
}
@media (min-width: 768px){
.navbar-default .collapse.navbar-collapse.navbar-ex1-collapse {
display: table !important;
margin: 0 auto;
float: none;
}
}
Best Regards,
Movin
movin
4
You are most welcome here 