well…..looking at your code
<div class="header-menu-wrapper clearfix">
is called in your header.php
but in your css you have:
.header-menu-wrapper { }
and
/* ---------- clearfix hack ---------- */
.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
so I’m not sure what is supposed to be going on here…..
I don’t think you can can call to 2 classes like that?
Maybe something got messed up?
Anyway, in your css,
.header-menu-wrapper clearfix {margin: 0px auto}
does adding that do anything? I’m just venturing a guess here….(I’m pretty new to this stuff)