Is there a way to adjust the logo (site title) in the mobile version?
Example: the page http://elsaklever.de has a large logo, so the nav burger is covering a part of it.
In the desktop-version I want it to be centered, is there a way to left align the logo just in the mobile version?
-
Site Title Mobile
-
Hey!
Yeah, try this CSS in "Custom CSS" -> "CSS for mobile version".mobile-title { float: left; margin: 0; }
-
perfect, thank you!