1

I am trying to make this search area appear in row with the menu but I am unable to achieve it. Please guide me. Thanks.

<?php get_search_form(); ?>

3 Answers3

1
#branding #searchform {
clear: left;
margin-top: -31px;
}

try this it will work

Junaid Ahmed
  • 630
  • 1
  • 7
  • 15
0

try taking your "searchform" out of your "header-wrapper" div

Ayrad
  • 3,766
  • 7
  • 38
  • 81
0

Firstly, your div class main-menu-container-menu is collapsed. This container is unecessary in my view, but if you want to keep it, take a look at this problem. A good solution is the famous "clearfix".

Let us know the result and we can gide you from there. But make sure you perform this first step.

I suppose you will have to change the display:block by display:inline-block, for this same div.

Community
  • 1
  • 1
SenhorLucas
  • 840
  • 8
  • 12