Hello,
Why is there this space between the bradcrumbs and the top menue respectively how can I adjust the space?
Thanks and regards
Marek
#container_header {
height: 270px !important;
}
Some additional hints:
- There is a typo in your headline; should be "Ergotherapie"
- You might want to edit module "Breadcrumbs" to not display the module title.
- For stuff like "Impressum", "Datenschutzerklärung", and the like I usually create a footer menu as in http://www.nickdautrich.de.
- For "Impressum" and "Datenschutzerklärung", you might take a look at the respective generators on erecht24.de. The free version is sufficient for rather simple sites.
#container_header {
height: 270px !important;
min-height: 270px !important;
}
Hello
Presuming I understand correctly, this may be due to a Header Min-Height set in the Body/Header Styling tab of the template style settings? As an alternative solution, try setting this to 0.
Ciaran