New SM Dropdown NAv Menu Margins
Sir_Eagle
Registered Users Posts: 137 Major grins
What would the CSS code be to change the margins for each level of the dropdown menus? I would like to narrow each box up a little.
0
Comments
.yui3-menu-item>.yui3-menu-label {
padding: 1px 46px 2px 22px;
}
Website
Thanks, that's exactly what I was looking for. I was going in the right direction but just couldn't quit get it all together.
background-color: rgba(90, 30, 10, .85);
color: rgba(0, 0, 0, .0);
Just change the color code to your taste.
Website
What does this do?
color: rgba(0, 0, 0, .0);
Website
Any idea why the "About KMartin Photo" link. in my dropdown under "Contact" has a different font and font color?
I've not seen that before on any of the new sites. I've been trying to get different fonts and haven't come up with anything that works. If you ever figure out why, please let me know.
Website
@font-face {
font-family: "Happy Monkey";
font-style: normal;
font-weight: 400;
src: local("Happy Monkey"), local("HappyMonkey-Regular"), url("http://themes.googleusercontent.com/static/fonts/happymonkey/v2/c2o0ps8nkBmaOYctqBq1rXhCUOGz7vYGh680lGh-uXM.woff") format("woff");
}
I can't seem to find out how you got 2 different fonts
Website