Totally Zenned
- Join Date:
- Mar 2006
- Posts:
- 909
- Plugin Contributions:
- 1
vertical-align not working!?!?!
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...
<div class="navMainSearchWrapper">
<div class="navMainSearch center"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
</div>