Forums

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

Home Forums CSS Adding an image to the navbar Reply To: Adding an image to the navbar

#149055
Paulie_D
Member

A Codepen would be better but I’m not seeing that image being applied in your CSS stylesheet.

I’m only seeing

/* Secondary Navigation ———————————————————— */

#subnav {
    background-color: #e3e3e3;
    border-top: 1px dashed #07426e;
    border-bottom: 1px dashed #07426e;
    clear: both;
    color: #fff;
    font-family: "ALex Brush", Courier, monospace;
    overflow: hidden;
    text-transform: lowercase;
    width: 1200px;
}

Oh…and you’ll probably need to add a height to that div too.