MyBB Community Forums

Full Version: Decreasing navigation size
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ho can i decrease the size of navigation? Site is http://worldofdth.com
Check image:

[Image: 2pquio5.png]
Open your breadcrumb.css (not global.css) and locate:


#breadcrumb ul {
.
.
.
font-size: 1em;
.
.
}

And decrease the size.
1em....what is em and what code to replace it to decrease the size of navigation...?