Wrapper For Block To Align Vertical - Center

I am trying to move the search field on my home page tot he top center. I moved the block and with no wrapper, it was pinned to the top. So, I copied an existing wrapper and cut the heading off of it but I'm still stuck at the top. How do I do a vertical-align: center ???



Here is my wrapper:



{if $content|trim}


{$content|unescape}

 


{/if}

Any help would be much appreciated

Hi Ed



I would work on my css. In your case set the search box div to 31px height



#ci_top_wrapper .search-block {
height: 31px;
text-align: right;
}




you will get a better look of the real height of that as the search form is also 31px. After that I dont see the need for vertical aligment



Fotis



PS

as this is a 306 verson you might want to use the my_changes method to set that custom css and not temper with your skin files. More on that you can find at CS-Cart Documentation — CS-Cart 4.15.x documentation by choosing your version