Hallo enfold-Team.
Wie kann ich den Abstand zwischen Header und content anpassen? Habe aktuelle recht viel Platz dazwischen und würde diesen gern mobil und in Desktopansicht verringern.
http://www.photoart-huebner.de
Beste Grüße
M. hübner
Hey Photoart-Huebner,
Meinen Sie zwischen dem Header und dem Inhalt auf der Startseite, dass der Schieberegler zu groß ist?
Falls nicht, weisen Sie bitte auf ein Beispiel, was Sie meinen.
— Translated with Google —
Do you mean between the header and the content on the homepage, meaning that the slider is too large?
If not, please point to an example of what you mean.
Best regards,
Mike
Hi,
Thanks for your screenshot, it’s a big help.
Ok, so for the page in your screenshot, and for a few other random pages I tested on your site this css seems to work good:
@media only screen and (max-width: 989px) {
.container_wrap.empty_title.title_container {
height: 20px !important;
}
.container_wrap.fullsize {
margin-bottom: -50px !important;
}
}
So please try adding this css and clearing your browser cache, and then let us know if there are any other pages we should adjust for.
Best regards,
Mike