Tagged: x
-
AuthorPosts
-
April 2, 2016 at 9:59 am #863835
Hi Folks,
Looking for some advice on setting up my mobile elements better – you’ll see from the attached picture that my text colour doesn’t work on that mobile background colour – how can i adjust it to a darker grey?
Additionally if you look to the bottom of the menu, you will see that items are dropping off the menu, how can we bring them closer together and keep them on the menu?
Kind Regards!
N
April 3, 2016 at 12:16 am #864330Hey N,
Please give us the URL of the page you’re working on and access to your WordPress admin so we could see the setup.
Thanks.
April 3, 2016 at 5:33 am #864552This reply has been marked as private.April 3, 2016 at 1:01 pm #864871Hi there,
Thanks for updating.
You can add this under Custom > CSS in the Customizer..x-navbar .mobile .x-nav li > a { color: #b7b7b7 !important; }
Hope this helps.
Cheers!
April 3, 2016 at 1:32 pm #864891That’s fixed that up thanks, any tips on how to tighten the spacing between menu items? They are still dropping off the menu at the bottom
Cheers
N
April 3, 2016 at 11:50 pm #865374Hi there,
Thanks for updating. You can use this code :
.x-nav-wrap.mobile.collapse.in { padding-bottom: 35px; }
Hope this helps.
Cheers!
April 4, 2016 at 3:42 am #865598Great thanks guys!
N
April 4, 2016 at 6:52 am #865779You’re welcome! 🙂
-
AuthorPosts