Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › fixed width needed › Reply To: fixed width needed
November 18, 2013 at 10:37 am
#809
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.