javascript - css fixed menu overlaps the content -
i have top menu must visible i've used position:fixed. works , menu on top of window. problem comes content, next div big image gets cut menu:
#header { position: fixed; top: 0; }
you can see menu in link:
http://212.48.86.94/~admin/el-cuartel-gana-el-tercer-premio-mejor-agencia-independiente-en-los-premios-control-2014/
i've tried modifying positions, overflows , in firebug no luck.
also wp theme i'm modifying javascript calculations height , uses on scroll event.
i'm not sure how fix it.
to hero wrapper add margin..
#hero-wrapper{ margin-top: 68px; }
this offset width of fixed header
a few other notes...
line 2549 has console.log() should remove that.
console.log('dentro1');
line 2551 of main.js throws error when scrolling
$categoryhash = document.url.split('?')[1].replace( /^filter=/, '' ); uncaught typeerror: cannot read property 'replace' of undefined
Comments
Post a Comment