Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Where and how to align search bar at bottom?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #279073
    ronnygonsalves
    Participant

    Hi guys,

    I’m new to this and just trying to adapt my installed theme a bit.

    Can anyone tell me where and how to add the attribute to align the search bar at the bottom of this section? I assumed it will go in the first div but just can’t figure it out and have trouble google it (stupid bing-redirect going on to).

    Could you please help?

    Cheers

    Jane

    <form action="” method=”get” name=”searchform” id=”searchform”>
    found_posts > 0){
    $al = array();
    if(isset($_GET[‘ft’]) && is_array($_GET[‘ft’]) ){
    foreach($_GET[‘ft’] as $key => $val ){ if(in_array($val, $al)){ continue; } $al[] = $val; ?>
    <input type="hidden" name="ft[]" id="input-filter-” value=”” />

    <input type="text" class="form-control typeahead" name="s"value="” placeholder=”” >

    #279075
    Paulie_D
    Member

    We can’t tell anything from a tiny snippet of PHP.

    We need a minimal demo of the output HTML & CSS (ideally in Codepen.io) to assist here.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design’ is closed to new topics and replies.