html - Why can't I center my navigation? -
okay, centered navigation in 1 of themes, reason cannot replicate same effect when copied , pasted code.
this website http://goo.gl/wsfozw
i have tried various combinations of using display: inline-block, margin: 0 auto, , text-align: center nothing seems work @ moment.
is there missing?
the reason it's not working because setting width of ul 100%
if change auto
work.
.main-navigation ul { display: inline-block; list-style: outside none none; margin: 0px auto; padding-left: 0px; text-align: center; width: auto; /* change line */ }
Comments
Post a Comment