@media (max-width: 767px) {
.myposition {
align-self: flex-end;
margin-bottom: -10%;
}
.mbr-section-title {
color: #ffffff;
text-align: center;
}
.mbr-section-subtitle {
text-align: center;
}
.mbr-text, .mbr-section-btn {
text-align: center;
}
.myhidden {
display: none;
}
}
Das sieht dann im "Code Editor" so aus. Ich habe die Klassen alle farbig markiert.
CSS Klassen im Code Editor
Header am Smartphone
Hier ist ein Screenshot vom Smartphone mit der ausgewählten Beschriftung, die unten positioniert ist.