Hi there,
we embedded an external bar on the bottom of our page using html in the footer widget column.
Now some elements are overlapping while scrolling, e.g. avia accordion slider and the footer socket. Made some screens, we’re not live with the changes yet. Hope that helps.
Guess it has something to do with z-index? I tried adding
#ProvenExpert_widgetbar_container{
z-index: 999 !important;
}
to enfold quick css, but that didn’t help, so here I am. Thx a lot!
code for embedding the bar
<!– ProvenExpert Bewertungssiegel –>
<style type=”text/css”>@media(max-width:767px){#ProvenExpert_widgetbar_container {display:none;}}@media(min-width:768px){html {padding-bottom: 44px; box-sizing: border-box;}}</style>
<div id=”ProvenExpert_widgetbar_container”></div>
<script type=”text/javascript” src=”//www.provenexpert.com/widget/bar_daniel-hoch.js?style=black&feedback=1″></script>
<!– ProvenExpert Bewertungssiegel Ende –>
Hi PikFish!
We would need to see it in action. Send us a link when you go live and we’ll take a look.
Best regards,
Elliott
Ok, we updated the site. We also created a login, if you need one. thx a lot.
Hey!
Try adding it to the footer.php file instead. Just before the ending body tag on line 193 should work fine.
Regards,
Elliott
perfect, thank you so much!
case closed.