Archived topic
Align left Mobile Menu Items after 2.1
5 replies · Started by Kle on May 7, 2018
Since the update to 2.1 my mobile menu itens appeared aligned to the center. Is there a customizer setting to align them back to the left? I applied some css to do so but I rather do that with the customizer if that is possible.
Thank you.
By default they should align to the left. Can you send a link to the site?
Sure thing, I took the css off, so you can se they alignt to the right.
Thank you. The link is on the opening post.
Thanks Kleinnn you can try this:
#generate-slideout-menu {
text-align: left;
}
Thank you David, worked perfectly:)
Glad i could help!