PDA

View Full Version : Navbar Gradient Height


dano9258
03-17-2012, 07:47 PM
So I changed the height of my navbar tabs to 45px, and now the gradient stops where the height was at beforehand (see my site link in my signature). I've tried adding:

.navbar background {
height: 45px;
}

to my addtional.css, but it didn't work. Any ideas how to fix this? Thank you!

setishock
03-18-2012, 05:56 AM
In the stylevars find navbartabs. Change the repeat so it shows just repeat. Click save and reload.

dano9258
03-19-2012, 02:21 AM
Nope, that just made it repeat twice to fill the area. I just need to stretch the gradient the full 45px. There has to be a height spot for it somewhere in the .css but i can't find it.

dano9258
03-22-2012, 10:59 AM
Just for anyone in the future....

You add: background-size:100% 100%;

to the .css file under the .navtab