March 3, 2016 at 11:22 am
#43113
Benjamin
Participant
Hey guys,
at the moment Custom CSS is
.hgroup-wrap,
#access {
position: fixed;
width: 100%;
z-index: 100;
}
.hgroup-wrap {
background-color: #fff;
top: 0;
}
#access {
top: 105px;
}
.header-main {
margin-top: 155px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.hgroup-wrap, #access {
position: fixed;
}
.header-main {
margin-top: 0;
}
}
#site-generator {
position:fixed;
bottom:0;
width:100%;
background-color: #fff;
}
#colophon .widget-wrap {
padding-bottom: 64px;
}
Page link is https://www.benjamin-bauer.de/impressum/
Br
Ben