Hey Guys,
I’m trying to move the main navigation menu (Home, Services, etc.) down to make it on the same level as the logo. I don’t want to move the logo: I want that to stay where it is.
I also want to make the font of the main navigation menu larger.
Thanks! John
Hey there,
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 -> Additional CSS
/*push menu down*/ .collapse.navbar-collapse.navbar-ex1-collapse { margin-top: 20px; }
Also you cna provide the URL to your website? I tried this but it’s a different theme.
Best regards, Support.