i am not expert but you can try this but you need to edit theme header you can get search form with get_search_form()
——–header code —
<div class=”logo”>
<h1 class=”logo-title”>Theme Preview</h1>
<h2 class=”logo-tagline”>Previewing Another WordPress Blog</h2>
</div>
<div class=”header-search”><?php get_search_form(); ?></div>
<div class=”news-ticker”><!– INSTALL NEWS TICKER PLUGIN AND PLACE SHORTCODE HERE –></div>
——–end header code —
CSS something like this:
.logo{ display:inline-block; }
.header-search {display:inline-block;}
.news-ticker {display:inline-block;}
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
-
This reply was modified 7 years, 10 months ago by bdbrown.