Can you provide me with some Quick CSS to center my logo on the iPhone in landscape and portrait mode please? Thank you!
Hi djshortkut!
Please add following code to Quick CSS
@media only screen and (max-width: 768px) {
.logo img,.logo {
margin: auto!important;
}}
Best regards,
Yigit
Thank you! You can close this thread.