Quote Originally Posted by Robbyn7 View Post
Sorry, it is now out of maintenance mode. You should be able to view it now.

Thanks.
In the includes/templates/oxford_dark/common/tpl_mega_menu.php file remove the right from <li class="customer_service right">

Then in your stylesheet.css file change the #navMainSearch to:

Code:
#navMainSearch {
    float: right;
     position: relative;
    top: 240px;
    z-index: 99999;
}
Thanks,

Anne