Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author TC.K

    (@wp_dummy)

    You can refer to the ‘awqsf-style.css’ in the css folder to change the layout.
    For example:
    .awqsf_box{float:left}

    Thread Starter ronakvthakkar

    (@ronakvthakkar)

    I need to be aligned in a Single Row how do i do that?

    Plugin Author TC.K

    (@wp_dummy)

    If css trick didn’t do the job, maybe you will need to edit the plugin file.

    Look for ‘html/searchform.php’ file and the responding file and edit it to fit your need. Note that, by doing this, you need to be careful when you updating the plugin.

    Plugin Author TC.K

    (@wp_dummy)

    If css trick didn’t do the job, maybe you will need to edit the plugin file.

    Look for ‘html/searchform.php’ file and the responding file and edit it to fit your need. Note that, by doing this, you need to be careful when you updating the plugin.

    Plugin Author TC.K

    (@wp_dummy)

    If css trick didn’t do the job, maybe you will need to edit the plugin file.

    Look for ‘html/searchform.php’ file and the responding file and edit it to fit your need. Note that, by doing this, you need to be careful when you updating the plugin.

    Plugin Author TC.K

    (@wp_dummy)

    If css trick didn’t do the job, maybe you will need to edit the plugin file.

    Look for ‘html/searchform.php’ file and the responding file and edit it to fit your need. Note that, by doing this, you need to be careful when you updating the plugin.

    Same problem here http://zulubravomedia.com/
    Trying to align it all in one line but the css didn’t do the trick… any suggestions would be much appreciated!
    Thank you!
    Lydia

    Hi guys

    maybe it isn’t needed anymore, but TC.K offered the correct solution

    the only thing that was misses is the ” ; ” after ” left “

    so add this:
    .awqsf_box {
    float:left;
    }

    that should do the trick

    cheers_carlo
    http://www.yiper.nl

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Need to align the boxes search button in a single line’ is closed to new replies.