Hi I’m just not getting it
I’ve tried to add a nice little div that goes above the social bar and under the logo. And for some reason its not really visible. Any styles I apply or text I write is blank. And firebug doesn’t allow me to click on it.
I’m assuming this means its z index is too low. But I may be wrong. And if I’m right I’d like to know how it’s being set to being to low?
I’m trying to customise the theme to look a bit like that in the image attached http://imgur.com/5WVzr0K
Any quick feedback is really appreciated on this. The Div I have added is header_small_nav
Hey codecreative!
Please add following code to Quick CSS
#header_small_nav .av-main-nav > li > a {
height: 30px!important;
line-height: 30px!important;
}
It should look like this – http://i.imgur.com/YbBo8zP.png
Cheers!
Yigit