Hallo, liebes Kriesi Team,
habe ich die Möglichkeit, sowohl auf der mobilen Ansicht als auch auf dem PC die Kopfzeile so zu gestalten, dass auf BEIDEN Ansichten das Logo RECHTS und das Menü (Burgermenü auf mobil) LINKS angezeigt werden. Im Moment ist es jeweils getauscht. Unter Einstellungen kann ich es nur für die PC Ansicht regeln. Bitte um Hilfe, ggf. CSS Code. Vielen Dank.
Hey danikra74,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px)
.responsive #top .logo {
width: 100%;
}
.responsive #top .logo a {
float: right;
}
.responsive #top #wrap_all .main_menu {
left: 0;
right: auto;
}
}
Best regards,
Rikard
Thank you. Now the menu is on the left. Very good. Is it possible to place the logo as far to the right as possible? It’s more in the middle now. (on mobile view)
Hi,
Please try this CSS as well:
@media only screen and (max-width: 767px) {
.responsive #top .logo {
width: 100% !important;
}
}
Best regards,
Rikard
thanks a lot.
jetzt sieht es gut aus.