i have a problem. please check the below link
My site
in my second menu “ABOUT DNA” is not properly showing, the word DNA must come in line with ABOUT.
here is my css
#menu-home li{float: left;padding:13px 2%;}
#menu-home>li>a{ text-decoration:none; color:#ffffff; font-family:arial; font-size:16px; font-weight:500; padding:13px 2%; }
i am using wordpress and wp_nav_menu produces html
where i did wrong???
Add
to your
#menu-home>li>adefinition.