Hello,
i did what you said but the picture is not showing behind the menu like the home screen. Did i do something wrong?
https://weerstationzoersel.be/2019/dagje-uit/
This is the CSS code:
.home .tg-header-container{margin-top:20px;border-bottom:solid 3px #48D6DE;padding:20px 30px;box-shadow:0 3px 20px rgba(0,0,0,.03);background-color:#fff}#working-hours p{margin:6px 0}.home .tg-site-footer .tg-footer-widget-container{padding:250px 0 25px}@media (max-width:768px){.home .tg-header-container{margin-top:0}}
.has-transparent-header .tg-header-container {
margin-top: 20px;
border-bottom: solid 3px #48D6DE;
padding: 20px 30px;
box-shadow: 0 3px 20px rgba(0, 0, 0, .03);
background-color: #fff
}
.has-transparent-header .tg-site-footer .tg-footer-widget-container {
padding: 250px 0 25px
}
.has-transparent-header .site-header.tg-site-header {
position: absolute;
top: 0;
z-index: 9999;
height: auto;
width: 100%;
background: transparent;
}
@media (max-width:768px) {
.has-transparent-header .tg-header-container {
margin-top: 0
}
}
Thank you very much.