Adding search bar to the nav menu

Hi Aigars,
Once again, I’m loving this theme. :slight_smile:

I need to remove the sidebars from my home page so I’d like to put a search field in the Nav Menu. Is there any way to do this with CSS?

Thanks in advance!
Katrina

http://tarotfoundation.com/

Hi Katrina,

I hope you are well today and thank you for your question.

You can remove the sidebars from my home page by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

body.home div#primary {
  width: 100%;
}
body.home div#secondary {
  display: none;
}

You can add a search form in the Nav Menu using any of the following solutions.

Best Regards,
Movin