@nikeo
thanx for your quick reply. since my post i changed some in my styles.css. i had this included, which played with the header logo position. after i took it out of the css it seems to work again (see code i removed below)
but now the space between the menu bar and the logo and the logo and the featured post is to big for my intent.
but the sidebar still covers up the footer.
I disabled the NextGen Widget for now as well
/* Mobile - 480px & 320px */
@media only screen and (max-width: 720px) {
.mystyle {}
header .pad {
padding-bottom: 0px!important;
padding-top: 0px!important;
}
#header {
padding-bottom: 0px!important;
}
.pad {
padding: 0px 15px 5px!important;
}
.blog .post {
margin-bottom: 20px!important;
}
}
/* Abstand Logo */
header {
padding-top: 0px !important;
padding-bottom: 20px !important;
}
/*Abstand Content von Header */
.pad {
padding: 25px 30px 20px;
}
#header .pad {
padding-top: 50px;
padding-bottom: 30px;
}
#header {
padding-top: 25px!important;
padding-bottom: 20px!important;
}
-
This reply was modified 7 years, 11 months ago by
overide6.