Navigation Menu
-
I was wondering if someone could help me with my navigation menu. I am using the sandbox theme and I want my submenu in the galley tab to be a smaller font then my parent menu. Also I seem to have a small smiley face on the top of “behind our scenes” on my main navigation menu and just below the header. How do I remove this, and what is it?
The css code for my navigation menu thus far is as follows:
#access div {
background:none;
}#access {
position:relative;
left:50%;
float:left;
}#access ul.menu {
width:100%;
}#access ul.menu li {
position:relative;
right:50%;
}#access ul.menu ul li {
float:none;
right:0;
}#access .menu a {
font-size:14px;
font-style:normal;
font-weight:bold;
}The blog I need help with is: (visible only to logged in users)
-
just realized the smiley face only shows up whenever I hide the footer, how interesting.
-
-
Your site looks good. From a design point of view you might want to increase the vertical spacing between posts a bit and maybe differentiate between the main content and sidebar areas, maybe with background colour or borders. To hide the smiley image you can use this code:
#wpstats {display:none;} -
- The topic ‘Navigation Menu’ is closed to new replies.