font on sub menu item won't change


Author Message
Tiffany

Posted: 5/1/2009
Quote message 

I am working on a site for a client and have everything pretty much in order. However, on the drop down menu items the font won't adjust to what i have set it to. Also the margin is too far over to the right. The words run off the right edge.
See what I'm talking about here....
http://www.designbytiffany.com/IsleofHope/wordpress/

Thanks so much,
Tiffany

 
Garry

Posted: 5/2/2009
Quote message 

Font size is controlled by a styling rule of your style.css at line 639. It is as following:

.artmenu ul a, .artmenu ul a:link, .artmenu ul a:visited, .artmenu ul a:hover, .artmenu ul a:active, .nav ul.artmenu ul span, .nav ul.artmenu ul span span {style.css (line 639)
color:#F0F0EF;
font-family:Verdana,Geneva,Arial,Helvetica,Sans-Serif;
font-size:12px;
line-height:22px;
text-align:left;
text-decoration:none;
text-indent:12px;
}

You can change font size and font by altering upper rules.


You can add a new property in upper styling rule to reduce the left margin:
margin-left:-5px;
You can change-5 to your desired number
 
Jim

Posted: 5/2/2009
Quote message 

www.tidbits.ben-mullikin.com