html - wp header logo over secondary nav -
i have tried few different things , on 2 websites manage (one i've created mimic preexisting , preexisting) having irregularities header logos on wordpress.
on site have created, logo sits fine application of :
header#top #logo img { height: 160px !important; position: absolute; z-index: 1000; top: -35px; }
which seems work, when applied other site not? www.yourproactiveit.com 1 works , www.sydnic.com 1 not go above secondary nav, same code on each.
you can fix adding
body header#top #logo img { top: -15px !important; }
you can set top: -15px
value want, pull top use minus "-
" sign.
notice: can see in css file have top: -30
logo element forgot type px
units.
Comments
Post a Comment