I'm trying to vertically align the text, search box and buttons (as displayed in the image below). When I apply a vertical-align property to my css class nothing happens!
Anyone got any ideas?
Here's the code that from my template file...
Code:<div class="navMainSearchWrapper"> <div class="navMainSearch center"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div> </div>




