Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Change Navigation Bar color(vertical) Reply To: Change Navigation Bar color(vertical)

#150715
Paulie_D
Member

CSS isn’t enough by itself. We’d, ideally, need the HTML.

Could you put a reduced case in http://codepen.io/ ?

Why are you rotating menu items…that seems odd?

And what with this?

    #menu a {
        line-height: 10px;
        display: inline-block; <---
        font-size: 40px;
        font-family: Calibri, Geneva, sans-serif;
        float: right; <---
}

Why both?…Just pick one.