This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: fixed width needed

#809
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Before I log into your site I may advise you. Create a div element with the desired width and put the search shortcode inside of it, like this:

<div style='width:400px;'>
  <?php echo do_shortcode("wpdreams_ajaxsearchpro..."); ?>
</div>

Replace the second line with the proper shortcode found in the search configuration page. Let me know if it helps.