Tagged: menu
- This topic has 2 replies, 2 voices, and was last updated 10 years, 9 months ago by Sakin.
-
AuthorPosts
-
January 30, 2014 at 4:30 am #19784J14Member
Hey,
I’m trying to center my menu and the CSS I found in these forums aren’t working. Here is the last code I tried:
#header #mainmenu ul {
margin: 0;
padding-top: 2px;
text-align: center;
}
#header #mainmenu ul li {
display: inline-block;
float: none;
text-align: center;
}
#header #mainmenu ul li a {
border-bottom: 10px solid #fff;
}
#header #mainmenu ul ul li a {
border-bottom: none;
}My site is http://www.originalbudsugar.com
January 30, 2014 at 4:42 am #19785J14MemberNevermind I found it!
#header-menu ul.menu {
text-align: center;
}
#header-menu ul.menu li {
display: inline-block;
float: none;
}I’m thinking I need to upgrade to the pro version for more options. Thanks.
January 30, 2014 at 11:41 am #19788SakinKeymaster@J14: Thanks for finding our the solutions and sharing it here. Yes, Pro version have lot more featured. See details at http://catchthemes.com/theme-instructions/catch-evolution-pro/
-
AuthorPosts
- The topic ‘Center Menu CSS’ is closed to new replies.