Hello Jan,
Yes, You have to add below css in Additional CSS box, Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to Publish button.
@media (max-width: 500px) {
.navbar-light .navbar-toggler {
float: right !important;
display: unset !important;
margin-top: 0.238rem !important;
}
}
Let us know if it works.
Thanks