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

Reply To: Problem with positioning search box

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Problem with positioning search box Reply To: Problem with positioning search box

#4167
Ernest MarcinkoErnest Marcinko
Keymaster

One more thing. Adding a minimum width might be necessary, because I think that the table cell display will shrink everything as much as possible. So this might work better:

[code]
<div style=’display: table-cell; vertical-align: middle; min-width: 220px;’>
<?php echo do_shortcode(‘[wpdreams_ajaxsearchpro id=1]‘); ?>
</div>
[/code]