Forums
Forums / Theme: Responsive / center menu
(@nicoservide)
12 years, 5 months ago
Hello,
I made a special template for the home page of a site using this great template. In that page I’m trying to center the menu, but I cannot target it properly via CSS. I’m using the header menu.
Shoudn’t this do it?
.main-nav { clear: both; margin: auto; }
Thanks!
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Does this help http://www.w3.org/Style/Examples/007/center.en.html ?
Thanks Andrew,
It was just that I didnt know to which class I should give the “width and margin” properties.
It worked like this:
.main-nav { width:245px; clear: both; margin-left: auto; margin-right: auto; } Have a nice day.
(@jitendra-mishra)
Sorry, we do not monitor these forums, please use the official forum:
http://cyberchimps.com/forum/free/responsive/
Thanks
(@ak71)
12 years, 1 month ago
the answer is here: https://ww.wp.xz.cn/support/topic/center-menu-to-page?replies=9
The topic ‘center menu’ is closed to new replies.