HI Armin,
Is there any way I could align my drop down menu on mobile to the left?
I mean "about"
Thanks a lot,
Jan
Mobile view, menu align to the left
HI Armin,
Is there any way I could align my drop down menu on mobile to the left?
I mean "about"
Thanks a lot,
Jan
You can put this into:
"Lay Options" -> "Custom CSS & HTML" -> "Custom CSS for phone version"
nav.primary li>a{
text-align: left;
padding-left: 5%;
}
I'm going to create an option one day where you won't have a burger menu for phone. Cause in many cases like when you have only one menu point it doesn't make sense :D .
Thanks, for quick reply! fantastic!
@arminunruh Hello Armin,
I try to change the menu align on mobile version with your custom css&Html but doesn't work.
What can I do?
Thanks a ton,
C.