Remove Search Bar and center Menu

Dear Movin,
Further to my questions on the thread: https://colorlibsupport.com/t/formating-help/
;is it possible to remove the search bar from the top right corner and then center the Main Menu?

As I am already using the colorlib-child-theme-18.zip child theme, would appreciate if you share a custom CSS please

Thanks for your help

Best Regards
Rishi
www.wildtales.in

Hi @rishi,

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

.navbar-default .nav-search {
 display: none;
}
@media (min-width: 767px){

.site-navigation-inner {
    float: none;
    margin: 0 auto;
    display: table !important;
    width: auto;
}
}

Best Regards,
Movin

Thanks a ton Movin, you are the best
Take Care
Rishi

You are most welcome here :slight_smile: