Home Forums Theme support Responsive layout CSS Reply To: Responsive layout CSS

Hi Bregt,

I think it’s because you have added a lot of content in the extra header content section, because on our demo website it works.

To change it, you can use these codes:

@media only screen and (max-width: 767px) {
#container .headline_additional_content, #container .header_add_content {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
#container #brand img, #container #brand a {
margin-top:0;
}
}

This should reduce the white space and prevent the content from covering the logo