Hi @stimulus.
I have added the following code to your custom.css file to fix your error and improve the styling of the header elements on mobile screens. Reload your website to view all changes.
.t4-offcanvas .dropdown-item {
white-space: normal;
}
/* Improve header style on mobile */
@media (max-width: 576px) {
.header-wrap {
padding-bottom: 12px;
}
.header-wrap > div:first-child { padding-left: 0; }
.header-wrap > div:last-child { padding-right: 0;}
#t4-header .header-wrap > div:first-child img {
max-height: 56px;
}
}
Kind regards,