Tagged: logo
Hallo,
wie kann ich das logo zentrieren?
Hey Rolf,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #top .logo.avia-standard-logo {
left: 37%;
position: relative;
}
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
.responsive #top .logo.avia-standard-logo {
left: 43%;
position: relative;
}
}
@media only screen and (min-width: 1200px) {
.logo.avia-standard-logo {
left: 20%;
}
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
vielen danke, funktioniert perfekt