Hi there,
I m using the code below to display a search bar on my home page.
Is there a way I can customise this - make it longer and wider?
<div style="width: 90%;">
<div style ="text-align:center"><form action="/backlight/search/" method="GET" class="search-form">
<p>
<label><span data-lang="en" class="screen-reader-text">Search for:</span></label>
<input type="text" id="q" name="q" value="" placeholder="Enter your search. Use quotes around a phrase">
</p>
<button type="submit" class="fa_pseudo">
<span>Search Albums</span>
</button>
</div>
</form>
</div>