Register your Engel product
Register your Engel product for warranty.
/* Common styles for all screen sizes */
#brx-header.sticky {
z-index: 10000;
overflow: visible;
}
#brx-header.sticky.slide-up:not(.keep-open) {
overflow-x: visible;
}
/* For screens wider than 991px */
@media (min-width: 992px) {
#brx-header.sticky.slide-up:not(.keep-open) {
transform: translateY(-85px);
overflow: visible;
}
}
/* For screens 991px wide and below */
@media (max-width: 991px) {
#brx-header.sticky.slide-up:not(.keep-open) {
transform: translateY(-46px);
}
}
Register your Engel product for warranty.