Customize CSS
If your logo has different dimensions than the sample logo, the CSS must be adapted.
In the file musterprojekt_styles.css from line 51, a minimum height is defined for the .topheader element. For the sample logo, the height is 130 pixels.
If your logo is larger, you must increase this value accordingly.
You can use the padding-top property to adjust the vertical position of the logo for the various screen resolutions.
.topheader {
min-height: 130px;
max-width: 720px;
background-position: 100% 0;
background-repeat: no-repeat;
padding-top: 30px;
}This page contains automatically translated content.
Updated: 17.07.2024



